Initial code

This commit is contained in:
2025-05-14 09:16:02 -05:00
commit fe0270d2b6
392 changed files with 83559 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
void load_sounds ();
void play_sound(short which) ; // if < 0, play asynch
void force_play_sound(short which);
void one_sound(short which);
void clear_sound_memory();
void sound_pause(long len);
void flip_sound();