Changeset 4742 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- Jun 30, 2005, 4:38:33 PM (19 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/class_id.h
r4740 r4742 17 17 18 18 /*! 19 \file class_ list.h20 \brief list of orxonox class es19 \file class_id.h 20 \brief list of orxonox classID's 21 21 22 22 this File is used to identify an Object with its class and also with its sub/super-classes. … … 31 31 */ 32 32 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 39 35 40 36 //! list of all classes to be loadable in via the ObjectManager … … 130 126 // Physics stuff (range from 0x00000600 to 0x000007ff) 131 127 CL_PHYSICS_CONNECTION = 0x00000601, 128 CL_FIELD_GRAVITY = 0x00000610, 129 CL_FIELD_POINT_GRAVITY = 0x00000611, 130 CL_FIELD_TWIRL = 0x00000612, 131 132 132 133 // Collision 133 134 CL_COLLISION = 0x00000611, … … 177 178 178 179 179 #endif /* _CLASS_ LIST_H */180 #endif /* _CLASS_ID_H */
Note: See TracChangeset
for help on using the changeset viewer.