X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=0baa365c2719a04b13d2140b9931a9584718f580;hb=97989f58ab13c64fbe05e629d2b2a024a2c3cfa4;hp=ca3f194a4d6dcee78700d47daf73729eab766145;hpb=b37c82db3e3baee0425f35e2183c8ccff6e9ebe7;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index ca3f194..0baa365 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -22,21 +22,7 @@ along with Lugaru. If not, see . #include "SDL.h" -#if (defined(__APPLE__) && defined(__MACH__)) -# ifdef PLATFORM_MACOSX -# error Do not define PLATFORM_MACOSX for new builds. It is for the old Carbonized build. -# endif -#endif - -#ifdef PLATFORM_MACOSX -#include -#include "Quicktime.h" -#endif - -//Jordan included glut.h -//#include - -#include "TGALoader.h" +#include "ImageIO.h" #include "Terrain.h" #include "Skybox.h" @@ -45,10 +31,8 @@ along with Lugaru. If not, see . #include "Lights.h" #include "Person.h" #include "Sprite.h" -//#include #include "Text.h" #include "Objects.h" -//#include #include "Weapons.h" #include "binio.h" #include