Changeset 5693 for code/trunk/src/orxonox/sound
- Timestamp:
- Aug 29, 2009, 10:19:38 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/libraries (added) merged: 5612-5613,5615-5619,5621-5623,5625-5640,5642-5643,5647-5649,5665-5666,5685-5687,5692
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/sound/SoundBase.h
r3196 r5693 35 35 { 36 36 /** 37 * The Sou dBase class is the base class for all sound file loader classes.37 * The SoundBase class is the base class for all sound file loader classes. 38 38 * It server as main interface to the OpenAL library. 39 39 * -
code/trunk/src/orxonox/sound/SoundManager.h
r3370 r5693 33 33 #include <list> 34 34 #include "util/Singleton.h" 35 #include " interfaces/Tickable.h"35 #include "tools/interfaces/Tickable.h" 36 36 37 37 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.