Ĉi tiu deponejo arĥiviĝis je 2024-01-29. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
2020-05-31 01:19:16 -05:00
|
|
|
#include <sparrow3d.h>
|
|
|
|
|
|
|
|
int soundCount;
|
|
|
|
spSound* sounds[10];
|
|
|
|
|
2020-06-02 22:56:43 -05:00
|
|
|
void addSound ( char[512] );
|
|
|
|
void cleanupSounds ( void );
|