Changeset 7401 for code/trunk/src/libraries/core/BaseObject.h
- Timestamp:
- Sep 11, 2010, 12:34:00 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/doc (added) merged: 7290-7292,7296-7300,7302-7304,7306-7312,7315-7318,7323,7325,7327,7331-7332,7334-7335,7345-7347,7352-7353,7356-7357,7361,7363-7367,7371-7375,7388
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/core/BaseObject.h
r7284 r7401 28 28 29 29 /** 30 @defgroup BaseObject BaseObject 31 @ingroup Core 32 */ 33 34 /** 30 35 @file 31 @brief Definition of the BaseObject class. 36 @ingroup BaseObject 37 @brief Declaration of BaseObject, the base class of all objects in Orxonox. 32 38 33 39 The BaseObject is the parent of all classes representing an instance in the game. … … 53 59 class Level; 54 60 55 // !The BaseObject is the parent of all classes representing an instance in the game.61 /// The BaseObject is the parent of all classes representing an instance in the game. 56 62 class _CoreExport BaseObject : virtual public OrxonoxClass 57 63 {
Note: See TracChangeset
for help on using the changeset viewer.