Changeset 9667 for code/trunk/src/libraries/core/Game.h
- Timestamp:
- Aug 25, 2013, 9:08:42 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core6 merged: 9552-9554,9556-9574,9577-9579,9585-9593,9596-9612,9626-9662
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/core/Game.h
r8858 r9667 50 50 #include "util/DestructionHelper.h" 51 51 #include "util/Singleton.h" 52 #include " OrxonoxClass.h"52 #include "config/Configurable.h" 53 53 54 54 /** … … 82 82 class _CoreExport Game 83 83 // tolua_end 84 : public Singleton<Game>, public OrxonoxClass84 : public Singleton<Game>, public Configurable 85 85 { // tolua_export 86 86 friend class Singleton<Game>;
Note: See TracChangeset
for help on using the changeset viewer.