Merged 1.5 update from Andre, maybe.
This commit is contained in:
commit
1e3fb61d76
50 changed files with 5573 additions and 3442 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