|
@@ -23,13 +23,14 @@
|
|
|
#include "../Precompiled.h"
|
|
#include "../Precompiled.h"
|
|
|
|
|
|
|
|
#include "../Engine/Application.h"
|
|
#include "../Engine/Application.h"
|
|
|
-#include "../Engine/Engine.h"
|
|
|
|
|
|
|
+#include "../IO/IOEvents.h"
|
|
|
|
|
+#include "../IO/Log.h"
|
|
|
|
|
+
|
|
|
#ifdef IOS
|
|
#ifdef IOS
|
|
|
#include "../Graphics/Graphics.h"
|
|
#include "../Graphics/Graphics.h"
|
|
|
#include "../Graphics/GraphicsImpl.h"
|
|
#include "../Graphics/GraphicsImpl.h"
|
|
|
|
|
+#include <SDL/SDL.h>
|
|
|
#endif
|
|
#endif
|
|
|
-#include "../IO/IOEvents.h"
|
|
|
|
|
-#include "../IO/Log.h"
|
|
|
|
|
|
|
|
|
|
#include "../DebugNew.h"
|
|
#include "../DebugNew.h"
|
|
|
|
|
|