|
@@ -23,7 +23,7 @@
|
|
|
#include "platform/platform.h"
|
|
|
#include "console/console.h"
|
|
|
#include "gfx/bitmap/gBitmap.h"
|
|
|
-#include "SDL.h"
|
|
|
+#include <sdl/include/SDL.h>
|
|
|
#include "windowManager/sdl/sdlWindow.h"
|
|
|
|
|
|
static SDL_Window* gSplashWindow = nullptr;
|
|
@@ -132,4 +132,4 @@ bool Platform::closeSplashWindow()
|
|
|
}
|
|
|
|
|
|
return true;
|
|
|
-}
|
|
|
+}
|