Changeset 3139 for code/branches/pch/src/orxonox/sound/SoundBase.cc
- Timestamp:
- Jun 10, 2009, 4:04:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/sound/SoundBase.cc
r3133 r3139 32 32 #include <AL/alut.h> 33 33 #include <vorbis/vorbisfile.h> 34 #include <boost/static_assert.hpp>35 34 36 35 #include "util/Math.h" … … 38 37 #include "orxonox/objects/worldentities/WorldEntity.h" 39 38 #include "SoundManager.h" 40 41 // Make sure we correctly avoid including al.h in the header42 BOOST_STATIC_ASSERT(sizeof(uint32_t) == sizeof(ALuint));43 BOOST_STATIC_ASSERT(sizeof(int32_t) == sizeof(ALint));44 39 45 40 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.