Changeset 9716 in orxonox.OLD for branches/new_class_id/src/lib/lang/class_id.h
- Timestamp:
- Sep 1, 2006, 8:16:15 PM (19 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/lang/class_id.h
r9715 r9716 1 1 /*! 2 * @file new_class_id.h2 * @file class_id.h 3 3 * @brief Definition of a dynamically allocating ClassID 4 4 * 5 5 */ 6 6 7 #ifndef _ NEW_CLASS_ID_H8 #define _ NEW_CLASS_ID_H7 #ifndef _CLASS_ID_H 8 #define _CLASS_ID_H 9 9 10 10 #include <string> … … 74 74 }; 75 75 76 #endif /* _ NEW_CLASS_ID_H */76 #endif /* _CLASS_ID_H */
Note: See TracChangeset
for help on using the changeset viewer.