DEADSOFTWARE

render: separate panel logic and drawing
[d2df-sdl.git] / src / game / Doom2DF.lpr
index 3286f29b89a26b1ae4bb1ff1aa8c5b3facf27dbc..4e24a451acc932c41fe58dcf543d85e66a34596e 100644 (file)
@@ -155,6 +155,10 @@ 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',
+  r_panel in 'opengl/r_panel.pas',
 
 {$IFDEF USE_FMOD}
   fmod in '../lib/FMOD/fmod.pas',