diff options
| author | Joel de Vahl <joel@stalverk80.se> | 2007-09-25 19:48:52 +0000 |
|---|---|---|
| committer | Joel de Vahl <joel@stalverk80.se> | 2007-09-25 19:48:52 +0000 |
| commit | aca6dd808b19072b653ce81384490c8b08edbedd (patch) | |
| tree | 804fc5f8e5e554f4065fd063f4d3f587b6c20b5d /src/engine/interface.h | |
| parent | 06c341be51a75fd8a24f2441654e184fd3fdefcd (diff) | |
| download | zcatch-aca6dd808b19072b653ce81384490c8b08edbedd.tar.gz zcatch-aca6dd808b19072b653ce81384490c8b08edbedd.zip | |
new mixer and ppc fixes
Diffstat (limited to 'src/engine/interface.h')
| -rw-r--r-- | src/engine/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h index b2412de7..fb2ebe6c 100644 --- a/src/engine/interface.h +++ b/src/engine/interface.h @@ -341,7 +341,7 @@ float snd_get_master_volume(); void snd_set_master_volume(float val); int snd_load_wav(const char *filename); int snd_load_wv(const char *filename); -int snd_play(int sound, int loop, float vol, float pan); +int snd_play(int cid, int sid, int loop, int x, int y); void snd_stop(int id); void snd_set_vol(int id, float vol); int snd_shutdown(); |