6 lines
79 B
C
6 lines
79 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef AUDIO_ENABLE
|
||
|
#define STARTUP_SONG SONG(NO_SOUND)
|
||
|
#endif
|