mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Address review and fix build
This commit is contained in:
parent
8b8a0e95b6
commit
5c5c2d5e00
2 changed files with 2 additions and 1 deletions
|
@ -23,4 +23,4 @@ void Rando::StaticData::RegisterSongLocations() {
|
|||
// clang-format-on
|
||||
}
|
||||
|
||||
static RegisterShipInitFunc registerFunc(Rando::StaticData::RegisterSongLocations);
|
||||
static RegisterShipInitFunc initSongLocations(Rando::StaticData::RegisterSongLocations);
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <unordered_map>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue