Address review and fix build

This commit is contained in:
Pepe20129 2025-05-24 22:29:24 +02:00
commit 5c5c2d5e00
2 changed files with 2 additions and 1 deletions

View file

@ -23,4 +23,4 @@ void Rando::StaticData::RegisterSongLocations() {
// clang-format-on
}
static RegisterShipInitFunc registerFunc(Rando::StaticData::RegisterSongLocations);
static RegisterShipInitFunc initSongLocations(Rando::StaticData::RegisterSongLocations);

View file

@ -3,6 +3,7 @@
#ifdef __cplusplus
#include <string>
#include <vector>
#include <set>
#include <unordered_map>