Changeset 1502 for code/trunk/src/audio
- Timestamp:
- Jun 1, 2008, 3:54:20 PM (16 years ago)
- Location:
- code/trunk/src/audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/audio/AudioPrereqs.h
r1069 r1502 35 35 #define _AudioPrereqs_H__ 36 36 37 #include " OrxonoxPlatform.h"37 #include "util/OrxonoxPlatform.h" 38 38 39 39 //----------------------------------------------------------------------- -
code/trunk/src/audio/AudioStream.cc
r1064 r1502 117 117 118 118 for(int i = 0; i < vorbisComment->comments; i++) 119 { 119 120 COUT(3) << " " << vorbisComment->user_comments[i] << std::endl; 121 } 120 122 121 123 COUT(3) << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.