Version 1.5.0
Big Refactor
This commit is contained in:
parent
3b2a0f4de8
commit
d2f7796b79
49 changed files with 5306 additions and 3590 deletions
|
@ -13,7 +13,10 @@ typedef struct {
|
|||
void loadSound(Sound * snd, char * filename);
|
||||
void playSound(Sound snd);
|
||||
|
||||
void playMusic(Sound snd);
|
||||
void playSoundPositioned(Sound snd, s8 level, int x, int y);
|
||||
void setListenerPosition(s8 level, int x, int y);
|
||||
|
||||
void playMusic(Sound *snd);
|
||||
void updateMusic(int lvl, int time);
|
||||
void stopMusic();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue