This commit is contained in:
Paul 2001-03-29 01:29:11 +00:00
parent b64c50a826
commit f3a5b68569
2 changed files with 35 additions and 5 deletions

View file

@ -73,6 +73,7 @@ public:
void setVolume(xmPlayingId _playingId,unsigned char _volume);
void setPanning(xmPlayingId _playingId,char _pan);
void stopAndUnlockAllSfx();
void stopAndUnlockAllSound();
xmPlayingId playSong(xmSampleId _sampleId,xmModId _modId,int _startPattern=0);