summaryrefslogtreecommitdiff
path: root/src/editor
diff options
context:
space:
mode:
authorday <day@national.shitposting.agency>2026-03-20 22:51:48 +0100
committerday <day@national.shitposting.agency>2026-03-20 22:52:49 +0100
commitc9ded365fd8eac90fbdc2e11f9221fef736c2223 (patch)
tree95a5a4ea9fb538288322696985922bdc4d711a5f /src/editor
parent67c8cd0560bfe8267c9b0f42b1cde7c942525cbe (diff)
clean up model.h
Diffstat (limited to 'src/editor')
-rw-r--r--src/editor/view3d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor/view3d.cpp b/src/editor/view3d.cpp
index fd27cf3..a67e149 100644
--- a/src/editor/view3d.cpp
+++ b/src/editor/view3d.cpp
@@ -5,6 +5,7 @@
#include "../game/objlist.h"
#include "../game/world/draw.h"
#include "../game/world/bsp_draw.h"
+#include "../game/world/model_draw.h"
#include "../game.h"
const I32 EDITORVIEW_TITLE_OFFSET = 15;