DEADSOFTWARE

Added new OpenGL ES wrapper
[d2df-sdl.git] / src / engine / e_texture.pas
index c99d4eb3c070a626230b842232744487eec605dd..e4ffca316d70101e641265c4ac13eeb2f9a9f228 100644 (file)
@@ -23,13 +23,8 @@ unit e_texture;
 interface
 
 uses
-{$IFDEF USE_NANOGL}
-  nanoGL,
-{$ELSE}
-  GL, GLExt,
-{$ENDIF}
-  SysUtils, e_log,
-  ImagingTypes, Imaging, ImagingUtility;
+  {$INCLUDE ../nogl/noGLuses.inc}
+  SysUtils, e_log, ImagingTypes, Imaging, ImagingUtility;
 
 type
   GLTexture = record