Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: completion works again :)
now it is time to go to bed again

File:
1 edited

Legend:

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

    r5141 r5182  
    111111  CL_NULL_ELEMENT_2D            =    0x00000f22,
    112112  CL_SHELL                      =    0x00000f31,
     113  CL_SHELL_BUFFER               =    0x00000f32,
    113114
    114115
     
    194195  CL_NUMBER                     =    0x00000b0c,
    195196  CL_FAST_FACTORY               =    0x00000c01,
    196   CL_SHELL_COMMAND              =    0x00000c02,
    197 
     197  CL_SHELL_COMMAND              =    0x00000c11,
     198  CL_SHELL_INPUT                =    0x00000c12,
     199  CL_SHELL_COMPLETION           =    0x00000c13,
    198200
    199201  // Spatial Data Separation
Note: See TracChangeset for help on using the changeset viewer.