summaryrefslogtreecommitdiff
path: root/src/d
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-11-25 11:39:11 -0500
committerGitHub <noreply@github.com>2025-11-25 18:39:11 +0200
commit9943a52a79d8cd9b8abfcb4a70e783bcb464f42f (patch)
treeddfcba77713d9c518b08929310d1544924949d94 /src/d
parentf5e3e89512c40b3736b6628c96531779389f8b73 (diff)
Move cBgS_GrpPassChk and cBgS_PolyPassChk to separate headers (#2861)
This is supported by RTTI ordering which only makes sense if these classes are in separate headers from the dBgS_* classes.
Diffstat (limited to 'src/d')
-rw-r--r--src/d/d_camera.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/d_camera.cpp b/src/d/d_camera.cpp
index 1e20a11c2b..c9b82edca9 100644
--- a/src/d/d_camera.cpp
+++ b/src/d/d_camera.cpp
@@ -16,6 +16,7 @@
#include "d/actor/d_a_tag_mhint.h"
#include "d/actor/d_a_tag_mstop.h"
#include "d/actor/d_a_tag_mwait.h"
+#include "d/d_bg_s_sph_chk.h"
#include "d/d_com_inf_actor.h"
#include "d/d_com_inf_game.h"
#include "d/d_debug_viewer.h"