Changeset 3156 for code/branches/pch/src/orxonox/sound
- Timestamp:
- Jun 13, 2009, 4:57:55 PM (16 years ago)
- Location:
- code/branches/pch/src/orxonox/sound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/sound/SoundBase.h
r3139 r3156 30 30 31 31 #include "OrxonoxPrereqs.h" 32 #include <string>33 34 // forward declarations35 typedef unsigned int ALuint;36 typedef int ALint;37 32 38 33 namespace orxonox -
code/branches/pch/src/orxonox/sound/SoundManager.h
r3133 r3156 33 33 #include "orxonox/objects/Tickable.h" 34 34 35 // forward declarations36 typedef struct ALCcontext_struct ALCcontext;37 typedef struct ALCdevice_struct ALCdevice;38 39 35 namespace orxonox 40 36 {
Note: See TracChangeset
for help on using the changeset viewer.