9 lines
106 B
C
9 lines
106 B
C
#include "sound.h"
|
|
|
|
#include "sound_core.c"
|
|
void SND_Main(void)
|
|
{
|
|
RunOnce();
|
|
SND_StartupDeps();
|
|
}
|