Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5105 in orxonox.OLD for trunk/src/lib/lang/class_list.h


Ignore:
Timestamp:
Aug 22, 2005, 7:29:27 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some completion of ObjectNames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/class_list.h

    r5103 r5105  
    4545
    4646    static void                     whatIs(const BaseObject* object);
     47
     48    static const char*              IDToString(ClassID classID = CL_NULL);
     49    static long                     StringToID(const char* className);
    4750    static void                     debug(unsigned int debugLevel = 0, long classID = CL_NULL);
     51
    4852
    4953  private:
Note: See TracChangeset for help on using the changeset viewer.