Changeset 3746 in orxonox.OLD for orxonox/branches/levelloader/src/lib/lang/base_object.h
- Timestamp:
- Apr 7, 2005, 3:54:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/lib/lang/base_object.h
r3605 r3746 21 21 bool isA (char* className); 22 22 23 inline bool isFinalized() { return this->finalized; } 24 void finalize(); 25 23 26 private: 24 27 char* className; 25 28 bool finalized; 26 29 }; 27 30
Note: See TracChangeset
for help on using the changeset viewer.