DEADSOFTWARE

changed license to GPLv3 only; sorry, no trust to FSF anymore
[d2df-sdl.git] / src / flexui / sdlcarcass.pas
index 4bd2a6b135bb91dbd9c57dea5d86689fa3b83b94..20efb0829d2b01929287e5fadbe6ed06450c256f 100644 (file)
@@ -2,8 +2,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License ONLY.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -69,11 +68,7 @@ implementation
 
 uses
   SysUtils, Classes,
-  {$IFDEF USE_NANOGL}
-    nanoGL,
-  {$ELSE}
-    GL, GLExt,
-  {$ENDIF}
+  {$INCLUDE ../nogl/noGLuses.inc}
   {$IF DEFINED(LINUX) OR DEFINED(ANDROID)}
     unixtype, linux
   {$ELSEIF DEFINED(WINDOWS)}