]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Removed obsolete PLATFORM_MACOSX code
[lugaru.git] / Source / Game.h
index ca3f194a4d6dcee78700d47daf73729eab766145..f554d1ee05e7fc0bd737fbc414f909fe584a7bd4 100644 (file)
@@ -22,20 +22,6 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #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 <Carbon.h>
-#include "Quicktime.h"
-#endif
-
-//Jordan included glut.h
-//#include <glut.h>
-
 #include "TGALoader.h"
 
 #include "Terrain.h"
@@ -45,10 +31,8 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include "Lights.h"
 #include "Person.h"
 #include "Sprite.h"
-//#include <agl.h>
 #include "Text.h"
 #include "Objects.h"
-//#include <DrawSprocket.h>
 #include "Weapons.h"
 #include "binio.h"
 #include <fstream>