DEADSOFTWARE

render: separate panel logic and drawing
[d2df-sdl.git] / src / game / Doom2DF.lpr
index 53d54fc0e4d7c0d44b635c216e71c333eb779e45..4e24a451acc932c41fe58dcf543d85e66a34596e 100644 (file)
@@ -153,6 +153,13 @@ uses
   g_touch in 'sdl2/g_touch.pas',
 {$ENDIF}
 
+  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',
   fmoderrors in '../lib/FMOD/fmoderrors.pas',