Changeset 6872 in orxonox.OLD for trunk/src/lib/sound/ogg_player.h
- Timestamp:
- Jan 30, 2006, 9:56:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/ogg_player.h
r6871 r6872 28 28 public: 29 29 OggPlayer(const char* fileName = NULL); 30 ~OggPlayer(); 30 31 31 32 bool open(const char* fileName); … … 44 45 45 46 private: 46 47 47 FILE* oggFile; //!< general file-handler, to open the sound-file 48 48 OggVorbis_File oggStream; //!< The stream this Ogg-player is playing back
Note: See TracChangeset
for help on using the changeset viewer.