Changeset 6391 for code/branches/presentation2/src/orxonox/sound
- Timestamp:
- Dec 21, 2009, 2:03:59 PM (15 years ago)
- Location:
- code/branches/presentation2/src/orxonox/sound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/BaseSound.h
r6382 r6391 39 39 namespace orxonox 40 40 { 41 // forward declaration42 class SoundBuffer;43 44 41 /** 45 42 * The BaseSound class is the base class for all sound file loader classes. -
code/branches/presentation2/src/orxonox/sound/SoundManager.h
r6387 r6391 42 42 #include "core/SmartPtr.h" 43 43 44 // forward declaration45 typedef int ALenum;46 47 44 // tolua_begin 48 45 namespace orxonox 49 46 { 50 // forward declaration51 class SoundBuffer;52 53 47 //! Enum for the sound type. 54 48 namespace SoundType
Note: See TracChangeset
for help on using the changeset viewer.