X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fsdl2%2Fg_system.pas;h=026d7854d9de8ba348abb34ead345358523bf890;hp=c6f2cbf9f1c5e127aa62fe2309eb3be4ade48b02;hb=4b15e91b4468b9605893b647a080ccdfc2df4e8c;hpb=2d08438ad214136a161af303cc896e0d5ff706b8 diff --git a/src/game/sdl2/g_system.pas b/src/game/sdl2/g_system.pas index c6f2cbf..026d785 100644 --- a/src/game/sdl2/g_system.pas +++ b/src/game/sdl2/g_system.pas @@ -47,9 +47,10 @@ implementation SysUtils, SDL2, Math, ctypes, e_log, e_input, e_sound, {$IFDEF ENABLE_HOLMES} - g_holmes, sdlcarcass, fui_ctls, + sdlcarcass, {$ENDIF} - g_touch, g_options, g_console, g_game, g_menu, g_gui, g_basic; + g_touch, g_options, g_console, g_game, g_basic + ; const GameTitle = 'Doom 2D: Forever (SDL 2, %s)';