Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3139 in orxonox.OLD


Ignore:
Timestamp:
Dec 10, 2004, 3:12:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/images: doxygen Tags.

Location:
orxonox/branches/images/importer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/images/importer/framework.cc

    r3130 r3139  
     1/*
     2   orxonox - the future of 3D-vertical-scrollers
     3
     4   Copyright (C) 2004 orx
     5
     6   This program is free software; you can redistribute it and/or modify
     7   it under the terms of the GNU General Public License as published by
     8   the Free Software Foundation; either version 2, or (at your option)
     9   any later version.
     10
     11   ### File Specific:
     12   main-programmer: Benjamin Grauer
     13   co-programmer: ...
     14*/
     15
    116#include "framework.h"
    217
  • orxonox/branches/images/importer/material.cc

    r3133 r3139  
    387387}
    388388
     389/**
     390   \brief Adds a Texture Path to the List of already existing Paths
     391   \param pathName The Path to add.
     392*/
    389393void Material::addTexturePath(char* pathName)
    390394{
    391395  pathList->addPath (pathName);
    392396}
     397
     398/**
     399   \brief Searches for a Texture inside one of the defined Paths
     400   \param texName The name of the texture o search for.
     401   \returns pathName+texName if texName was found in the pathList. NULL if the Texture is not found.
     402*/
    393403char* Material::searchTextureInPaths(char* texName) const
    394404{
  • orxonox/branches/images/importer/windowHandler.cc

    r2936 r3139  
     1/*
     2   orxonox - the future of 3D-vertical-scrollers
    13
     4   Copyright (C) 2004 orx
     5
     6   This program is free software; you can redistribute it and/or modify
     7   it under the terms of the GNU General Public License as published by
     8   the Free Software Foundation; either version 2, or (at your option)
     9   any later version.
     10
     11   ### File Specific:
     12   main-programmer: Benjamin Grauer
     13   co-programmer: ...
     14*/
    215
    316#include "windowHandler.h"
Note: See TracChangeset for help on using the changeset viewer.