X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2FDoom2DF.lpr;h=05b5025776403adb1c14e97012033480cf76d4aa;hb=0a15e02146dcf1f0ebbd1d99d0f1350c4bc7d63b;hp=87b41f84c59d98061329483828812f1d08fdcdbb;hpb=aab9c00a40aebab672c35d10258404b6eea517e7;p=d2df-sdl.git diff --git a/src/game/Doom2DF.lpr b/src/game/Doom2DF.lpr index 87b41f8..05b5025 100644 --- a/src/game/Doom2DF.lpr +++ b/src/game/Doom2DF.lpr @@ -156,6 +156,8 @@ uses r_console in 'opengl/r_console.pas', r_game in 'opengl/r_game.pas', r_gfx in 'opengl/r_gfx.pas', + r_items in 'opengl/r_items.pas', + r_map in 'opengl/r_map.pas', {$IFDEF USE_FMOD} fmod in '../lib/FMOD/fmod.pas',