mirror of
https://github.com/zeldaret/botw
synced 2026-06-22 00:06:36 -04:00
aoc2: Fix the struct and implement more functions
This commit is contained in:
@@ -132,4 +132,8 @@ void Manager::unloadResources() {
|
||||
mGameDataArcHandle.requestUnload();
|
||||
}
|
||||
|
||||
void Manager::addReinitCallback(sead::DelegateEvent<ReinitEvent*>::Slot&) {
|
||||
// Stubbed in release builds.
|
||||
}
|
||||
|
||||
} // namespace ksys::gdt
|
||||
|
||||
Reference in New Issue
Block a user