Changeset 9578 for code/branches/core6/src/orxonox/sound
- Timestamp:
- Mar 25, 2013, 11:05:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/sound/SoundManager.h
r9563 r9578 39 39 40 40 #include "util/Singleton.h" 41 #include "core/c lass/OrxonoxClass.h"41 #include "core/config/Configurable.h" 42 42 #include "core/object/SmartPtr.h" 43 43 … … 59 59 class _OrxonoxExport SoundManager 60 60 // tolua_end 61 : public Singleton<SoundManager>, public OrxonoxClass61 : public Singleton<SoundManager>, public Configurable 62 62 { // tolua_export 63 63 friend class Singleton<SoundManager>;
Note: See TracChangeset
for help on using the changeset viewer.