Changeset 7284 for code/trunk/src/orxonox/sound
- Timestamp:
- Aug 31, 2010, 3:37:40 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/sound/SoundManager.cc
r7266 r7284 38 38 #include "util/Math.h" 39 39 #include "util/Clock.h" 40 #include "util/ScopedSingletonManager.h" 40 41 #include "core/ConfigValueIncludes.h" 41 42 #include "core/CoreIncludes.h" 42 43 #include "core/GameMode.h" 43 #include "core/ScopedSingletonManager.h"44 44 #include "core/Resource.h" 45 45 #include "SoundBuffer.h" -
code/trunk/src/orxonox/sound/WorldSound.cc
r7163 r7284 37 37 #include "Scene.h" 38 38 #include "SoundManager.h" 39 #include <core/ConsoleCommandCompilation.h>40 39 41 40 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.