aoc2: Fix the struct and implement more functions

This commit is contained in:
Léo Lam
2020-11-06 23:57:01 +01:00
parent f918d1f805
commit f60734bded
8 changed files with 175 additions and 48 deletions
+4
View File
@@ -132,4 +132,8 @@ void Manager::unloadResources() {
mGameDataArcHandle.requestUnload();
}
void Manager::addReinitCallback(sead::DelegateEvent<ReinitEvent*>::Slot&) {
// Stubbed in release builds.
}
} // namespace ksys::gdt