- 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/SoundStreamer.h
r8005 r8006 29 29 #define _SoundStreamer_H__ 30 30 31 #include " sound/SoundPrereqs.h"31 #include "OrxonoxPrereqs.h" 32 32 33 33 #include <string> 34 #include <vorbis/vorbisfile.h>35 34 #include <OgreDataStream.h> 36 35 #include "core/CorePrereqs.h" … … 41 40 { 42 41 public: 43 void operator()(ALuint audioSource, DataStreamPtr dataStream , OggVorbis_File* vf, int current_section);42 void operator()(ALuint audioSource, DataStreamPtr dataStream); 44 43 }; 45 44 }
Note: See TracChangeset
for help on using the changeset viewer.