Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Feb 19, 2006, 3:18:08 PM (18 years ago)
Author:
bensch
Message:

trunk: dynamic library loading test

File:
1 edited

Legend:

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

    r7123 r7167  
    335335  CL_QUICK_ANIMATION            =    0x00000e02,
    336336
    337   CL_FACTORY                    =    0x00000e03,
    338   CL_FAST_FACTORY               =    0x00000e01,
    339   CL_LOAD_PARAM                 =    0x00000e07,
     337  CL_FACTORY                    =    0x00e01000,
     338  CL_FAST_FACTORY               =    0x00000ea2,
     339  CL_LOAD_PARAM                 =    0x00000ea3,
     340  CL_DYNAMIC_LOADER             =    0x00000ea8,
    340341
    341342  CL_INI_PARSER                 =    0x00000e04,
    342 
    343   CL_TRACK_ELEMENT              =    0x00000e0b,
    344   CL_LIST                       =    0x00000e05,
    345   CL_SUBSTRING                  =    0x00000e06,
    346   CL_CURVE                      =    0x00000e08,
    347   CL_CHARACTER_ATTRIBUTES       =    0x00000e0a,
    348   CL_NUMBER                     =    0x00000e0c,
    349   CL_EXECUTOR                   =    0x00000e0d,
    350343
    351344  CL_SHELL                      =    0x00000e10,
     
    356349  CL_SHELL_COMMAND_ALIAS        =    0x00000e15,
    357350
     351  CL_TRACK_ELEMENT              =    0x00000e2b,
     352  CL_LIST                       =    0x00000e25,
     353  CL_SUBSTRING                  =    0x00000e26,
     354  CL_CURVE                      =    0x00000e28,
     355  CL_CHARACTER_ATTRIBUTES       =    0x00000e2a,
     356  CL_NUMBER                     =    0x00000e2c,
     357  CL_EXECUTOR                   =    0x00000e2d,
     358
    358359  // Spatial Data Separation
    359360  CL_SPATIAL_SEPARATION         =    0x00000e0d,
Note: See TracChangeset for help on using the changeset viewer.