Changeset 5282 in orxonox.OLD for trunk/src/lib/sound
- Timestamp:
- Oct 4, 2005, 9:33:12 PM (19 years ago)
- Location:
- trunk/src/lib/sound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/ogg_player.cc
r4985 r5282 24 24 25 25 #include "debug.h" 26 27 #include <iostream> 26 28 27 29 -
trunk/src/lib/sound/ogg_player.h
r5279 r5282 8 8 #define _OGG_PLAYER_H 9 9 10 #include <iostream>11 10 using namespace std; 12 11 … … 16 15 #include <ogg/ogg.h> 17 16 #include <vorbis/vorbisfile.h> 17 18 struct File; 18 19 19 20
Note: See TracChangeset
for help on using the changeset viewer.