5 lines
83 B
C
5 lines
83 B
C
|
|
int sound_init(int, int);
|
|
void sound_play(void *, int);
|
|
void sound_deinit(void);
|
|
|