diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/59_Hammer/Player/EquipHammer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/59_Hammer/Player/EquipHammer.cpp b/src/59_Hammer/Player/EquipHammer.cpp index a369aaa0..f9edd1e4 100644 --- a/src/59_Hammer/Player/EquipHammer.cpp +++ b/src/59_Hammer/Player/EquipHammer.cpp @@ -8,6 +8,8 @@ #include "Player/PlayerControl.hpp" #include "Player/PlayerLink.hpp" +char *gShipParts[8] = {"anc", "bow", "hul", "can", "dco", "pdl", "fnl", "brg"}; + extern "C" void ApproachAngle_thunk(s16 *src, s16 dst, u32 param3); struct EquipHammer_UnkStruct { |
