Home
last modified time | relevance | path

Searched refs:bsogame (Results 1 – 3 of 3) sorted by relevance

/dports/games/griels-quest/griels-quest-0282e6a2e3/src/
H A Dloading.c33 void load_music(Mix_Music *bsogame, int round) { in load_music() argument
36 bsogame = Mix_LoadMUS(DATADIR "/music/stage1.ogg"); in load_music()
38 bsogame = Mix_LoadMUS(DATADIR "/music/stage2.ogg"); in load_music()
40 bsogame = Mix_LoadMUS(DATADIR "/music/stage3.ogg"); in load_music()
42 bsogame = Mix_LoadMUS(DATADIR "/music/stage4.ogg"); in load_music()
44 bsogame = Mix_LoadMUS(DATADIR "/music/stage5.ogg"); in load_music()
46 Mix_PlayMusic(bsogame, -1); in load_music()
H A Dloading.h9 void load_music(Mix_Music *bsogame, int round);
H A Dgame.c27 Mix_Music *bsogame; in game() local
191 load_music(bsogame,round); in game()