Oops! Someone forgot to include RageSoundDriver_SDL.h

This commit is contained in:
Ben Anderson
2003-06-14 17:06:10 +00:00
parent ac2ef00623
commit 26d900ac6d
+2
View File
@@ -21,6 +21,8 @@
#include "arch_Win32.h"
#endif
#include "Sound/RageSoundDriver_SDL.h"
LoadingWindow *MakeLoadingWindow() { return new ARCH_LOADING_WINDOW; }
ErrorDialog *MakeErrorDialog() { return new ARCH_ERROR_DIALOG; }
ArchHooks *MakeArchHooks() { return new ARCH_HOOKS; }