diff options
| author | day <day@national.shitposting.agency> | 2026-03-20 22:51:48 +0100 |
|---|---|---|
| committer | day <day@national.shitposting.agency> | 2026-03-20 22:52:49 +0100 |
| commit | c9ded365fd8eac90fbdc2e11f9221fef736c2223 (patch) | |
| tree | 95a5a4ea9fb538288322696985922bdc4d711a5f /src/editor/view3d.cpp | |
| parent | 67c8cd0560bfe8267c9b0f42b1cde7c942525cbe (diff) | |
clean up model.h
Diffstat (limited to 'src/editor/view3d.cpp')
| -rw-r--r-- | src/editor/view3d.cpp | 1 |
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; |
