9dbee3e23d
Co-authored-by: Nick Brassel <nick@tzarc.org>
6 lines
148 B
C
6 lines
148 B
C
#include "mini.h"
|
|
|
|
#ifdef AUDIO_ENABLE
|
|
float tone_startup[][2] = SONG(STARTUP_SOUND);
|
|
float tone_goodbye[][2] = SONG(GOODBYE_SOUND);
|
|
#endif
|