5 lines
85 B
C
5 lines
85 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef AUDIO_ENABLE
|
||
|
#define STARTUP_SONG SONG(PREONIC_SOUND)
|
||
|
#endif
|