From a00e8de98897ced8fedf700bdca714d578694ff5 Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Sat, 23 Sep 2023 17:28:18 +0100 Subject: [PATCH] Update rules file. Not tested this but hopefully it should work --- Makefiles/Rules.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefiles/Rules.inc b/Makefiles/Rules.inc index 3ce1941..80facbb 100644 --- a/Makefiles/Rules.inc +++ b/Makefiles/Rules.inc @@ -114,6 +114,7 @@ SRC_FILES = \ Src/Graphics/New3D/R3DShader.cpp \ Src/Graphics/New3D/R3DFloat.cpp \ Src/Graphics/New3D/R3DScrollFog.cpp \ + Src/Graphics/FBO.cpp \ Src/Graphics/Render2D.cpp \ Src/Model3/TileGen.cpp \ Src/Model3/Model3.cpp \