Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5137 in orxonox.OLD for trunk/src/defs


Ignore:
Timestamp:
Aug 26, 2005, 1:41:54 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better macro-definition

Location:
trunk/src/defs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/class_id.h

    r5117 r5137  
    110110  CL_RENDER_2D                  =    0x00000f21,
    111111  CL_NULL_ELEMENT_2D            =    0x00000f22,
     112  CL_SHELL                      =    0x00000f31,
    112113
    113114
     
    193194  CL_NUMBER                     =    0x00000b0c,
    194195  CL_FAST_FACTORY               =    0x00000c01,
    195   CL_SHELL                      =    0x00000c11,
    196196
    197197
  • trunk/src/defs/functor_list.h

    r5135 r5137  
    101101
    102102#ifdef FUNCTOR_LIST
     103  FUNCTOR_LIST(0)()
    103104  //! makes functions with one string
    104105  FUNCTOR_LIST(1)(l_STRING);
Note: See TracChangeset for help on using the changeset viewer.