Changeset 9578 for code/branches/core6/src/modules/designtools
- Timestamp:
- Mar 25, 2013, 11:05:13 PM (12 years ago)
- Location:
- code/branches/core6/src/modules/designtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/designtools/ScreenshotManager.h
r9563 r9578 44 44 45 45 #include "util/Singleton.h" 46 #include "core/c lass/OrxonoxClass.h"46 #include "core/config/Configurable.h" 47 47 48 48 namespace orxonox … … 61 61 @ingroup Designtools 62 62 */ 63 class ScreenshotManager : public OrxonoxClass, public Singleton<ScreenshotManager>63 class ScreenshotManager : public Configurable, public Singleton<ScreenshotManager> 64 64 { 65 65 friend class Singleton<ScreenshotManager>; -
code/branches/core6/src/modules/designtools/SkyboxGenerator.h
r9563 r9578 36 36 #define __SkyboxGenerator_h__ 37 37 38 #include "core/c lass/OrxonoxClass.h"38 #include "core/config/Configurable.h" 39 39 #include "util/Singleton.h" 40 40 #include "tools/interfaces/Tickable.h" … … 58 58 @ingroup Designtools 59 59 */ 60 class SkyboxGenerator : public virtual OrxonoxClass, public Singleton<SkyboxGenerator>, public Tickable60 class SkyboxGenerator : public virtual Configurable, public Singleton<SkyboxGenerator>, public Tickable 61 61 { 62 62 friend class Singleton<SkyboxGenerator>;
Note: See TracChangeset
for help on using the changeset viewer.