diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-19 17:15:39 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-20 18:51:42 -0400 |
| commit | 217775af4ef41ac875d53efe4da8f2d19f46e2af (patch) | |
| tree | ea7683dbc31668db546d768bf8a165a7950d436e /src/d/d_camera.cpp | |
| parent | a32174dff6bbac81945505d8d86e125ce3443405 (diff) | |
Use precompiled headers, fix weak data issues
Diffstat (limited to 'src/d/d_camera.cpp')
| -rw-r--r-- | src/d/d_camera.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/d/d_camera.cpp b/src/d/d_camera.cpp index a715592a..47e78b7a 100644 --- a/src/d/d_camera.cpp +++ b/src/d/d_camera.cpp @@ -3,6 +3,7 @@ // Translation Unit: d_camera.cpp // +#include "d/dolzel.h" // IWYU pragma: keep #include "d/d_camera.h" #include "d/d_bg_s_gnd_chk.h" #include "d/d_bg_s_lin_chk.h" @@ -30,10 +31,6 @@ #include "d/actor/d_a_tsubo.h" #include "d/actor/d_a_npc_cb1.h" - -#include "weak_bss_936_to_1036.h" // IWYU pragma: keep -#include "weak_data_1811.h" // IWYU pragma: keep - namespace { static f32 limitf(f32 value, f32 min, f32 max) { if (value > max) { |
