Changeset 8006 for code/branches/usability/src/orxonox/sound/SoundManager.h
- Timestamp:
- Mar 1, 2011, 5:16:52 AM (14 years ago)
- Location:
- code/branches/usability
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability
- Property svn:mergeinfo changed
/code/branches/sound4 removed /code/branches/sound5 removed
- Property svn:mergeinfo changed
-
code/branches/usability/src/orxonox/sound/SoundManager.h
r8005 r8006 22 22 * Author: 23 23 * Erwin 'vaiursch' Herrsche 24 *25 * Co-authors:26 24 * Kevin Young 27 25 * Reto Grieder 26 * Co-authors: 27 * ... 28 28 */ 29 29 … … 31 31 #define _SoundManager_H__ 32 32 33 #include " sound/SoundPrereqs.h"33 #include "OrxonoxPrereqs.h" 34 34 35 35 #include <list> … … 99 99 void releaseSoundSource(ALuint source); 100 100 101 static std::string getALErrorString(ALenum error); 102 101 103 private: 102 104 void processCrossFading(float dt);
Note: See TracChangeset
for help on using the changeset viewer.