Changeset 9607 for code/branches/core6/src/libraries/core/BaseObject.h
- Timestamp:
- Mar 30, 2013, 9:38:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/BaseObject.h
r9563 r9607 60 60 61 61 /// The BaseObject is the parent of all classes representing an instance in the game. 62 class _CoreExport BaseObject : virtualpublic OrxonoxClass62 class _CoreExport BaseObject : public OrxonoxClass 63 63 { 64 64 template <class T> friend class XMLPortClassParamContainer;
Note: See TracChangeset
for help on using the changeset viewer.