From 5c5c2d5e006c458984188445340fb7d5074b85c3 Mon Sep 17 00:00:00 2001 From: Pepe20129 <72659707+Pepe20129@users.noreply.github.com> Date: Sat, 24 May 2025 22:29:24 +0200 Subject: [PATCH] Address review and fix build --- soh/soh/Enhancements/randomizer/ShuffleSongs.cpp | 2 +- soh/soh/ShipInit.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/ShuffleSongs.cpp b/soh/soh/Enhancements/randomizer/ShuffleSongs.cpp index 8cdff8775..8bece13a1 100644 --- a/soh/soh/Enhancements/randomizer/ShuffleSongs.cpp +++ b/soh/soh/Enhancements/randomizer/ShuffleSongs.cpp @@ -23,4 +23,4 @@ void Rando::StaticData::RegisterSongLocations() { // clang-format-on } -static RegisterShipInitFunc registerFunc(Rando::StaticData::RegisterSongLocations); +static RegisterShipInitFunc initSongLocations(Rando::StaticData::RegisterSongLocations); diff --git a/soh/soh/ShipInit.hpp b/soh/soh/ShipInit.hpp index 2341a1024..e96e77f91 100644 --- a/soh/soh/ShipInit.hpp +++ b/soh/soh/ShipInit.hpp @@ -3,6 +3,7 @@ #ifdef __cplusplus +#include #include #include #include