Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5188 in orxonox.OLD for trunk/src/defs/class_id.h


Ignore:
Timestamp:
Sep 17, 2005, 1:45:40 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: only retrieve Classes, that actually have a Command associated with them

File:
1 edited

Legend:

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

    r5182 r5188  
    196196  CL_FAST_FACTORY               =    0x00000c01,
    197197  CL_SHELL_COMMAND              =    0x00000c11,
    198   CL_SHELL_INPUT                =    0x00000c12,
    199   CL_SHELL_COMPLETION           =    0x00000c13,
     198  CL_SHELL_COMMAND_CLASS        =    0x00000c12,
     199  CL_SHELL_INPUT                =    0x00000c13,
     200  CL_SHELL_COMPLETION           =    0x00000c14,
    200201
    201202  // Spatial Data Separation
Note: See TracChangeset for help on using the changeset viewer.