mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 22:54:53 -04:00
support mp3 (mono) for soundfx
This commit is contained in:
parent
dd23d8c989
commit
a4aa67ede9
8 changed files with 128 additions and 76 deletions
|
@ -650,7 +650,7 @@ const void *pcx_8bit_decomp(const void *p, int32_t *s, int h);
|
|||
const void *hi_8bit_correct(const void *p, int32_t *s, int h);
|
||||
const void *pcx_8bit_nopal(const void *p, int32_t *s, int h);
|
||||
const void *set_background(const void *p, int32_t *s, int h);
|
||||
const void *wav_load(const void *p, int32_t *s, int h);
|
||||
const void *soundfx_load(const void *p, int32_t *s, int h);
|
||||
const void *load_mob_legacy_format_direct(const void *p, int32_t *s, int h);
|
||||
const void *load_mob_legacy_format(const void *p, int32_t *s, int h);
|
||||
const void *load_spells_legacy_format(const void *p, int32_t *s, int h);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue