summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_warpappear.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/actor/d_a_e_warpappear.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/actor/d_a_e_warpappear.cpp')
-rw-r--r--src/d/actor/d_a_e_warpappear.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_e_warpappear.cpp b/src/d/actor/d_a_e_warpappear.cpp
index 0532316f1f..e60d32393f 100644
--- a/src/d/actor/d_a_e_warpappear.cpp
+++ b/src/d/actor/d_a_e_warpappear.cpp
@@ -9,6 +9,7 @@
#include "d/actor/d_a_e_s1.h"
#include "d/actor/d_a_horse.h"
#include "d/actor/d_a_obj_ihasi.h"
+#include "f_op/f_op_camera_mng.h"
/* 807CF7D8-807CF8BC 000078 00E4+00 1/0 0/0 0/0 .text daE_Warpappear_Draw__FP18e_warpappear_class */
static int daE_Warpappear_Draw(e_warpappear_class* i_this) {