diff options
| author | Max Roncace <me@caseif.net> | 2025-08-24 02:52:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 09:52:08 +0300 |
| commit | 513816ce5c055be898b80dfa3b7048bcaca876a7 (patch) | |
| tree | 85ac5e0383eb1ef1e4442c95f7c63c2c146098ae /src/d/actor/d_a_npc_kolin.cpp | |
| parent | 8a30030dc73931727bd3d6327c1a37255a295f3f (diff) | |
Add a precompiled header for RELs (#2597)
Diffstat (limited to 'src/d/actor/d_a_npc_kolin.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_kolin.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/d/actor/d_a_npc_kolin.cpp b/src/d/actor/d_a_npc_kolin.cpp index 3b9b779be9..9ddd756cf2 100644 --- a/src/d/actor/d_a_npc_kolin.cpp +++ b/src/d/actor/d_a_npc_kolin.cpp @@ -3,6 +3,8 @@ * */ +#include "d/dolzel_rel.h" + #include "d/actor/d_a_npc_kolin.h" #include "Z2AudioLib/Z2Instances.h" #include "d/actor/d_a_npc_len.h" @@ -164,8 +166,6 @@ enum Event { /* 0x8 */ EVENT_CLOTH_TRY, }; -UNK_REL_DATA; - /* 8055A8E8-8055A900 000020 0018+00 1/1 0/0 0/0 .data l_bmdData */ static int l_bmdData[3][2] = { {BMDR_KOLIN, KOLIN}, @@ -992,8 +992,6 @@ void daNpc_Kolin_c::beforeMove() { } } -UNK_REL_BSS; - /* 8055B41C-8055B420 000054 0004+00 1/1 0/0 0/0 .bss l_HIO */ static daNpc_Kolin_Param_c l_HIO; |
