hedgewars/options.inc
changeset 3165 3ec07a7d8456
parent 2803 1f446fc5c8ec
child 3514 59dbd31e9953
--- a/hedgewars/options.inc	Mon Mar 29 20:49:36 2010 +0000
+++ b/hedgewars/options.inc	Mon Mar 29 23:20:34 2010 +0000
@@ -23,14 +23,16 @@
 {$ENDIF}
 
 {$MODE OBJFPC}
+{$MACRO ON}
+
+{$DEFINE GLunit:=GL,GLext} 
 
 {$IFDEF IPHONEOS}
   {$DEFINE SDL13}
-  {$DEFINE GLES11}
-  {$DEFINE LOWRES}
   {$DEFINE SDL_MIXER_NEWER}
   {$DEFINE SDL_IMAGE_NEWER}
   {$DEFINE HWLIBRARY}
+  {$DEFINE GLunit:=gles11} 
 {$ENDIF}
 
 {$IFNDEF DARWIN}