summaryrefslogtreecommitdiff
path: root/src/d/d_magma.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-19 17:15:39 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-20 18:51:42 -0400
commit217775af4ef41ac875d53efe4da8f2d19f46e2af (patch)
treeea7683dbc31668db546d768bf8a165a7950d436e /src/d/d_magma.cpp
parenta32174dff6bbac81945505d8d86e125ce3443405 (diff)
Use precompiled headers, fix weak data issues
Diffstat (limited to 'src/d/d_magma.cpp')
-rw-r--r--src/d/d_magma.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/d/d_magma.cpp b/src/d/d_magma.cpp
index e438be27..b5615f04 100644
--- a/src/d/d_magma.cpp
+++ b/src/d/d_magma.cpp
@@ -3,6 +3,7 @@
// Translation Unit: d_magma.cpp
//
+#include "d/dolzel.h" // IWYU pragma: keep
#include "d/d_magma.h"
#include "d/d_com_inf_game.h"
#include "d/d_path.h"
@@ -12,9 +13,6 @@
// #pragma sym on
-#include "weak_bss_3569.h" // IWYU pragma: keep
-#include "weak_data_1811.h" // IWYU pragma: keep
-
Mtx l_kuroOrthoMtx;
Mtx l_colOrthoMtx;
GXTexObj dMagma_packet_c::mKuroTexObj;