Changeset 5850 for code/branches/core5/src/orxonox/sound
- Timestamp:
- Oct 1, 2009, 11:44:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/sound/SoundManager.h
r5693 r5850 32 32 #include <cassert> 33 33 #include <list> 34 #include "util/S ingleton.h"34 #include "util/ScopedSingleton.h" 35 35 #include "tools/interfaces/Tickable.h" 36 36 … … 43 43 * 44 44 */ 45 class _OrxonoxExport SoundManager : public S ingleton<SoundManager>, public Tickable45 class _OrxonoxExport SoundManager : public ScopedSingleton<SoundManager, ScopeID::Graphics>, public Tickable 46 46 { 47 friend class S ingleton<SoundManager>;47 friend class ScopedSingleton<SoundManager, ScopeID::Graphics>; 48 48 public: 49 49 SoundManager();
Note: See TracChangeset
for help on using the changeset viewer.