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