diff options
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorSystem.h')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActorSystem.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actActorSystem.h b/src/KingSystem/ActorSystem/actActorSystem.h new file mode 100644 index 00000000..d1ea3c96 --- /dev/null +++ b/src/KingSystem/ActorSystem/actActorSystem.h @@ -0,0 +1,16 @@ +#pragma once + +#include <heap/seadDisposer.h> + +namespace ksys::act { + +// TODO: incomplete +class ActorSystem { + SEAD_SINGLETON_DISPOSER(ActorSystem) + ActorSystem(); + +public: + void onBaseProcMgrCalc(); +}; + +} // namespace ksys::act |
