8 lines
123 B
C
8 lines
123 B
C
|
#include <sparrow3d.h>
|
||
|
|
||
|
int soundCount;
|
||
|
spSound* sounds[10];
|
||
|
|
||
|
void add_sound ( char[512] );
|
||
|
void cleanup_sounds ( void );
|