From 76eccb470158720a7b57f50beb3db5fa2839c3ee Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 4 Jul 2003 09:28:44 +0000 Subject: [PATCH] Use LoadingWindow_Cocoa --- stepmania/src/arch/arch_darwin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/arch/arch_darwin.h b/stepmania/src/arch/arch_darwin.h index 5949161ad3..dcbb9d0a16 100644 --- a/stepmania/src/arch/arch_darwin.h +++ b/stepmania/src/arch/arch_darwin.h @@ -10,9 +10,9 @@ * */ -#include -//#include "Sound/RageSoundDriver_SDL.h" +//#include "Sound/RageSoundDriver_QT_old.h" #include "Sound/RageSoundDriver_QT.h" +#include "LoadingWindow/LoadingWindow_Cocoa.h" #endif