Changeset 9667 for code/trunk/src/libraries/core/GraphicsManager.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/GraphicsManager.h
r8858 r9667 52 52 #include "util/DestructionHelper.h" 53 53 #include "util/Singleton.h" 54 #include " OrxonoxClass.h"54 #include "config/Configurable.h" 55 55 56 56 // tolua_begin … … 63 63 class _CoreExport GraphicsManager 64 64 // tolua_end 65 : public Singleton<GraphicsManager>, public OrxonoxClass, public Ogre::LogListener65 : public Singleton<GraphicsManager>, public Configurable, public Ogre::LogListener 66 66 { // tolua_export 67 67 friend class Singleton<GraphicsManager>;
Note: See TracChangeset
for help on using the changeset viewer.