X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2FDoom2DF.lpr;h=f42c4b57cc24d2def0530e4701e0e1834e33fb20;hb=01ca3b4324c78f00caae7d5b16cd49efce31f831;hp=c5854789fedc0b0b23b3ebe9038a47af4c45a331;hpb=5c816a8e702fd39c65d0928a3315d81e979f30fb;p=d2df-sdl.git diff --git a/src/game/Doom2DF.lpr b/src/game/Doom2DF.lpr index c585478..f42c4b5 100644 --- a/src/game/Doom2DF.lpr +++ b/src/game/Doom2DF.lpr @@ -34,8 +34,6 @@ uses geom in '../shared/geom.pas', math, -{$INCLUDE ../nogl/noGLuses.inc} - {$IFDEF USE_MINIUPNPC} miniupnpc in '../lib/miniupnpc/miniupnpc.pas', {$ENDIF} @@ -102,7 +100,6 @@ uses e_input in '../engine/e_input.pas', e_log in '../engine/e_log.pas', e_sound in '../engine/e_sound.pas', - e_texture in '../engine/e_texture.pas', e_msg in '../engine/e_msg.pas', e_res in '../engine/e_res.pas', utils in '../shared/utils.pas', @@ -113,6 +110,7 @@ uses wadreader in '../shared/wadreader.pas', MAPDEF in '../shared/MAPDEF.pas', CONFIG in '../shared/CONFIG.pas', + g_base in 'g_base.pas', g_basic in 'g_basic.pas', g_console in 'g_console.pas', g_net in 'g_net.pas', @@ -163,7 +161,9 @@ uses r_panel in 'opengl/r_panel.pas', r_player in 'opengl/r_player.pas', r_playermodel in 'opengl/r_playermodel.pas', + r_texture in 'opengl/r_texture.pas', r_weapons in 'opengl/r_weapons.pas', + r_window in 'opengl/r_window.pas', {$IFDEF USE_FMOD} fmod in '../lib/FMOD/fmod.pas',