Changeset 8071 for code/branches/kicklib/src/orxonox/sound/WorldSound.cc
- Timestamp:
- Mar 14, 2011, 3:53:38 AM (14 years ago)
- Location:
- code/branches/kicklib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib
-
code/branches/kicklib/src/orxonox/sound/WorldSound.cc
r7284 r8071 30 30 #include "WorldSound.h" 31 31 32 #if defined(__APPLE__) 33 #include <ALUT/alut.h> 34 #else 32 35 #include <AL/alut.h> 36 #endif 33 37 #include "util/Math.h" 34 38 #include "core/CoreIncludes.h"
Note: See TracChangeset
for help on using the changeset viewer.