[Gcblue-commits] gcb_wx/include/common tcSound.h,1.20,1.21
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-03-04 00:46:57
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11821/include/common Modified Files: tcSound.h Log Message: Better sensor ageout behavior, more ai work, misc cleanup Index: tcSound.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcSound.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** tcSound.h 2 Mar 2005 22:28:36 -0000 1.20 --- tcSound.h 4 Mar 2005 00:46:14 -0000 1.21 *************** *** 71,78 **** bool GetMusicPause() const; ! void PlayEffect(std::string effectName); void PlayMusic(int anTrack); ! void PlayMusic(std::string song); ! void QueueMusic(std::string song); void QueueRandomMusic(); void SeekMusic(double seekTime); --- 71,78 ---- bool GetMusicPause() const; ! void PlayEffect(const std::string& effectName); void PlayMusic(int anTrack); ! void PlayMusic(const std::string& song); ! void QueueMusic(const std::string& song); void QueueRandomMusic(); void SeekMusic(double seekTime); |