Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6872 in orxonox.OLD for trunk/src/lib/sound/ogg_player.h


Ignore:
Timestamp:
Jan 30, 2006, 9:56:40 PM (19 years ago)
Author:
bensch
Message:

trunk: oggPlayer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/ogg_player.h

    r6871 r6872  
    2828public:
    2929  OggPlayer(const char* fileName = NULL);
     30  ~OggPlayer();
    3031
    3132  bool open(const char* fileName);
     
    4445
    4546private:
    46 
    4747  FILE*               oggFile;              //!< general file-handler, to open the sound-file
    4848  OggVorbis_File      oggStream;            //!< The stream this Ogg-player is playing back
Note: See TracChangeset for help on using the changeset viewer.