diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-28 09:52:39 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-29 11:49:19 +0200 |
| commit | 142af4f233cb5eb0b17689226c586b48509f0474 (patch) | |
| tree | 5da9322ab1f54753917829bd4104f322fdfce11e /editor/update.cpp | |
| parent | c3d79fdf679a749d961719ad662b9f46b0f26ec1 (diff) | |
split off common code in main draw loop
Diffstat (limited to 'editor/update.cpp')
| -rw-r--r-- | editor/update.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
