Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3454 in orxonox.OLD for orxonox/trunk/src/importer/material.cc


Ignore:
Timestamp:
Mar 3, 2005, 6:35:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: doxygen-tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/importer/material.cc

    r3427 r3454  
    110110   \returns Material named mtlName if it is found. NULL otherwise.
    111111*/
    112 Material* Material::search (char* mtlName)
     112Material* Material::search(char* mtlName)
    113113{
    114114  PRINTF(2)("Searching for material %s", mtlName);
Note: See TracChangeset for help on using the changeset viewer.