Changeset 9607 for code/branches/core6/src/libraries/core/class
- Timestamp:
- Mar 30, 2013, 9:38:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/class/OrxonoxClass.h
r9585 r9607 50 50 /** 51 51 @brief This is the class from which all objects of the game-logic (not the engine) are derived from. 52 53 The BaseObject and other classes are derived with @c virtual @c public @c OrxonoxClass from OrxonoxClass.54 52 */ 55 53 class _CoreExport OrxonoxClass : virtual public Configurable, virtual public Destroyable
Note: See TracChangeset
for help on using the changeset viewer.