[Gcblue-commits] gcb_wx/include/common tcOggStreamer.h,1.6,1.7
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-12-05 02:50:40
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20399/include/common Modified Files: tcOggStreamer.h Log Message: Sonar work, passive sonar, torpedoes Index: tcOggStreamer.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcOggStreamer.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcOggStreamer.h 8 Aug 2004 00:31:32 -0000 1.6 --- tcOggStreamer.h 5 Dec 2004 02:49:45 -0000 1.7 *************** *** 54,59 **** --- 54,61 ---- bool GetPause() const {return paused;} void Init(); + bool IsPaused(); bool IsPlaying(); bool IsSongQueued() {return queuedSong.size() > 1;} + bool IsStopped(); float GetVolume() {return volume;} void Open(std::string path); *************** *** 87,91 **** int nFreeBuffers; ///< number of free buffers ! ALuint buffers[NUM_BUFFERS]; ALuint source; ALenum format; --- 89,93 ---- int nFreeBuffers; ///< number of free buffers ! ALuint buffers[8]; ALuint source; ALenum format; |