DEADSOFTWARE

render: separate item logic and drawing
[d2df-sdl.git] / src / game / Doom2DF.lpr
index e928742ae47200bc907d90f8d9d0c8c9a31d5daf..bec1c219b15a4f119489624e4609290ce3b708c6 100644 (file)
@@ -154,6 +154,9 @@ uses
 {$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',
 
 {$IFDEF USE_FMOD}
   fmod in '../lib/FMOD/fmod.pas',