Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 30, 2005, 4:38:33 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: BaseObject now only knows setClassID → standartisation

File:
1 moved

Legend:

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

    r4740 r4742  
    1717
    1818/*!
    19     \file class_list.h
    20     \brief list of orxonox classes
     19    \file class_id.h
     20    \brief list of orxonox classID's
    2121
    2222    this File is used to identify an Object with its class and also with its sub/super-classes.
     
    3131*/
    3232
    33 #ifndef _CLASS_LIST_H
    34 #define _CLASS_LIST_H
    35 
    36 
    37 #define ClassDefinition(CLASS_DEFINITION, CLASS_VALUE, CLASS_NAME) \
    38                   CLASS_DEFINITION
     33#ifndef _CLASS_ID_H
     34#define _CLASS_ID_H
    3935
    4036//! list of all classes to be loadable in via the ObjectManager
     
    130126  // Physics stuff (range from 0x00000600 to 0x000007ff)
    131127  CL_PHYSICS_CONNECTION   =    0x00000601,
     128  CL_FIELD_GRAVITY        =    0x00000610,
     129  CL_FIELD_POINT_GRAVITY  =    0x00000611,
     130  CL_FIELD_TWIRL          =    0x00000612,
     131
     132
    132133  // Collision
    133134  CL_COLLISION            =    0x00000611,
     
    177178
    178179
    179 #endif /* _CLASS_LIST_H */
     180#endif /* _CLASS_ID_H */
Note: See TracChangeset for help on using the changeset viewer.