From 142af4f233cb5eb0b17689226c586b48509f0474 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 28 May 2024 09:52:39 +0200 Subject: split off common code in main draw loop --- editor/update.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/update.cpp') diff --git a/editor/update.cpp b/editor/update.cpp index 204248c5..25a633a4 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -10,6 +10,7 @@ #include "main/clickable.hpp" #include "floormat/events.hpp" #include "floormat/main.hpp" +#include "floormat/draw-bounds.hpp" #include "src/critter.hpp" #include "src/nanosecond.hpp" #include "src/timer.hpp" -- cgit v1.2.3