diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-23 12:17:10 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-23 12:17:10 -0400 |
| commit | b77717694cf6c34dffa60cd20829abad2d5de849 (patch) | |
| tree | 3b2045b0ad0dcad669cdf08747649620297ce8ac /src/d/actor/d_a_dr.cpp | |
| parent | 4cc35f3c20c9a0e48d3805c4ad05cc00c0162c5e (diff) | |
Add dolzel_rel.pch
This fixes the sdata linker error in the debug build.
Diffstat (limited to 'src/d/actor/d_a_dr.cpp')
| -rw-r--r-- | src/d/actor/d_a_dr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_dr.cpp b/src/d/actor/d_a_dr.cpp index 8f600021..036051a6 100644 --- a/src/d/actor/d_a_dr.cpp +++ b/src/d/actor/d_a_dr.cpp @@ -3,7 +3,7 @@ * NPC - Valoo (Overworld) / ドラゴン (Dragon) */ -#include "d/dolzel.h" // IWYU pragma: keep +#include "d/dolzel_rel.h" // IWYU pragma: keep #include "d/actor/d_a_dr.h" #include "d/res/res_dr.h" #include "f_op/f_op_actor_mng.h" |
