use libxmp instead
This commit is contained in:
parent
4c570131c3
commit
6f8ee4c7ae
26 changed files with 333 additions and 4039 deletions
|
|
@ -12,6 +12,7 @@ static void cleanup(int sig){
|
|||
|
||||
int main(){
|
||||
fishbone::SoundDriver* drv;
|
||||
fishbone::Sound* snd;
|
||||
|
||||
#ifndef _WIN32
|
||||
signal(SIGINT, cleanup);
|
||||
|
|
@ -20,7 +21,9 @@ int main(){
|
|||
|
||||
drv = new fishbone::SoundDriver();
|
||||
|
||||
drv->mixer.open("betrayal.mod");
|
||||
snd = drv->mixer.open("dubmood.xm");
|
||||
snd->setLoop(true);
|
||||
snd->resume();
|
||||
|
||||
while(!quit);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue