Changeset 9585 for code/branches/core6/src/libraries
- Timestamp:
- Mar 26, 2013, 11:01:08 PM (12 years ago)
- Location:
- code/branches/core6/src/libraries/core
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/CorePrereqs.h
r9577 r9585 181 181 class OgreWindowEventListener; 182 182 class OrxonoxClass; 183 class OrxonoxInterface; 183 184 class PathConfig; 184 185 struct ResourceInfo; -
code/branches/core6/src/libraries/core/class/OrxonoxClass.h
r9577 r9585 35 35 @file 36 36 @ingroup Class OrxonoxClass 37 @brief Declaration of OrxonoxClass, the base class of all objects and interfacesin Orxonox.37 @brief Declaration of OrxonoxClass, the base class of all objects in Orxonox. 38 38 */ 39 39 … … 49 49 { 50 50 /** 51 @brief This is the class from which all objects and interfacesof the game-logic (not the engine) are derived from.51 @brief This is the class from which all objects of the game-logic (not the engine) are derived from. 52 52 53 The BaseObject and Interfaces are derived with @c virtual @c public @c OrxonoxClass from OrxonoxClass.53 The BaseObject and other classes are derived with @c virtual @c public @c OrxonoxClass from OrxonoxClass. 54 54 */ 55 55 class _CoreExport OrxonoxClass : virtual public Configurable, virtual public Destroyable
Note: See TracChangeset
for help on using the changeset viewer.