summaryrefslogtreecommitdiff
path: root/src/d/d_msg_scrn_place.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-09-03 03:32:02 -0400
committerGitHub <noreply@github.com>2025-09-03 10:32:02 +0300
commitadb62e947bfe70f3f611cbd45380e389f9461f67 (patch)
treee306b0062477cf32a297a126bf28addb08f395f0 /src/d/d_msg_scrn_place.cpp
parenta11c22af67f270079e28ce6c3186e316ebbba017 (diff)
d_camera improvements (part 1) (#2623)
* Rename several dCamera_c fields * Refactor mWork to generic buffer instead of union * d_camera match improvements * Implement several dCamera_c functions * Remove d_camera.h from PCH The symbol names in d_camera indicate that this header wasn't included in the PCH (as they're compiled directly in d_camera.cpp).
Diffstat (limited to 'src/d/d_msg_scrn_place.cpp')
-rw-r--r--src/d/d_msg_scrn_place.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/d_msg_scrn_place.cpp b/src/d/d_msg_scrn_place.cpp
index 5ef624cb19..b42b24f09f 100644
--- a/src/d/d_msg_scrn_place.cpp
+++ b/src/d/d_msg_scrn_place.cpp
@@ -8,6 +8,7 @@
#include "d/d_msg_scrn_place.h"
#include "JSystem/J2DGraph/J2DGrafContext.h"
#include "JSystem/J2DGraph/J2DScreen.h"
+#include "d/d_camera.h"
#include "d/d_msg_object.h"
#include "d/d_pane_class.h"