X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=d5978de94d2fde3bb52aa909ce82d3f627e0e117;hb=c33352410441ce5656f7c65eea696b5f799fefeb;hp=c4f033eb4c8e4cb7e81e6d74c5f563c7c1ef5960;hpb=1bbb44900613dcf8d7ec2d24c5ec3f04467b4281;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index c4f033e..d5978de 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -10,14 +10,17 @@ //#include #include "TGALoader.h" -#ifdef WIN32 -#include "WinInput.h" -#elif USE_SDL + +#if USE_SDL #include "SDL.h" -#include "SDLInput.h" +#endif + +#if !PLATFORM_MACOSX +#include "WinInput.h" #else #include "Macinput.h" #endif + #include "Terrain.h" #include "Skybox.h" #include "Skeleton.h"