Changeset 9716 in orxonox.OLD for branches/new_class_id/src/defs
- Timestamp:
- Sep 1, 2006, 8:16:15 PM (18 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/defs/class_id_DEPRECATED.h
r9715 r9716 18 18 19 19 /*! 20 * @file class_id .h20 * @file class_id_DEPRECATED.h 21 21 * @brief contains a list of orxonox ClassID's (identities to register classes and their SuperClasses) 22 22 * … … 31 31 */ 32 32 33 #ifndef _CLASS_ID_ H34 #define _CLASS_ID_ H33 #ifndef _CLASS_ID___DEPRECATED___H 34 #define _CLASS_ID___DEPRECATED___H 35 35 36 36 //! list of all classes to be loadable in via the ObjectManager … … 463 463 464 464 465 #endif /* _CLASS_ID_ H */465 #endif /* _CLASS_ID___DEPRECATED___H */
Note: See TracChangeset
for help on using the changeset viewer.