From 20960b596fdc288ac4f4672bddba06c245987fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Mon, 15 Mar 2021 00:14:30 +0100 Subject: ksys/act: Add ActorSystem stub --- src/KingSystem/ActorSystem/actActorSystem.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/KingSystem/ActorSystem/actActorSystem.h (limited to 'src/KingSystem/ActorSystem/actActorSystem.h') 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 + +namespace ksys::act { + +// TODO: incomplete +class ActorSystem { + SEAD_SINGLETON_DISPOSER(ActorSystem) + ActorSystem(); + +public: + void onBaseProcMgrCalc(); +}; + +} // namespace ksys::act -- cgit v1.2.3