Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 19, 2005, 12:31:56 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Shell no more singleton, and ShellInput is now derive from Text correctly

File:
1 edited

Legend:

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

    r5190 r5206  
    8181  CL_WEAPON                     =    0x00120000,
    8282
    83   // subsuper-classes derivations taken : 1, a.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
     83  // subsuper-classes derivations taken : 1, a, b.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
    8484
    8585  // lowest level classes
     
    110110  CL_RENDER_2D                  =    0x00000f21,
    111111  CL_NULL_ELEMENT_2D            =    0x00000f22,
    112   CL_SHELL                      =    0x00000f31,
    113112  CL_SHELL_BUFFER               =    0x00000f32,
    114113
     
    160159
    161160  // graphical stuff (range from 0x00000800 to 0x000009ff)
    162   CL_TEXT                       =    0x00000801,
     161  CL_TEXT                       =    0x00b01801,
    163162  CL_FONT                       =    0x00000802,
    164163  CL_MATERIAL                   =    0x00000803,
     
    195194  CL_NUMBER                     =    0x00000b0c,
    196195  CL_FAST_FACTORY               =    0x00000c01,
     196  CL_SHELL                      =    0x00000c10,
    197197  CL_SHELL_COMMAND              =    0x00000c11,
    198198  CL_SHELL_COMMAND_CLASS        =    0x00000c12,
Note: See TracChangeset for help on using the changeset viewer.