Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9677 in orxonox.OLD for trunk/src/lib/lang/new_object_list.h


Ignore:
Timestamp:
Aug 21, 2006, 11:40:41 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: much better ID nutrition

File:
1 edited

Legend:

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

    r9676 r9677  
    1919#define NewObjectListDefinition(ClassName) \
    2020   NewObjectList<ClassName> ClassName::objectList(#ClassName)
     21
     22#define NewObjectListDefinitionID(ClassName, ID) \
     23   NewObjectList<ClassName> ClassName::objectList(#ClassName, ID)
    2124
    2225
Note: See TracChangeset for help on using the changeset viewer.