X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_textures.pas;h=72b65b560c814875b020eb124a2e0068d419c9c8;hb=f4fc3b435118e5d9e4085da37014436d2e063259;hp=26a06f9a2a89067c31cd9df5574ea03481ed446d;hpb=e1c1f7de2d4d90cedb74704518844133b936ff97;p=d2df-sdl.git diff --git a/src/game/g_textures.pas b/src/game/g_textures.pas index 26a06f9..72b65b5 100644 --- a/src/game/g_textures.pas +++ b/src/game/g_textures.pas @@ -119,8 +119,13 @@ function g_Texture_Light (): Integer; implementation uses +{$IFDEF USE_NANOGL} + nanoGL, +{$ELSE} + GL, +{$ENDIF} g_game, e_log, g_basic, g_console, wadreader, - g_language, GL, utils, xstreams; + g_language, utils, xstreams; type _TTexture = record