From 7bda72574e1d7cf3e76de20155c1f37b74971f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 5 May 2021 17:41:06 +0200 Subject: ksys/world: Implement AnimalMasterController --- src/KingSystem/ActorSystem/actActorSystem.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/KingSystem/ActorSystem/actActorSystem.h') diff --git a/src/KingSystem/ActorSystem/actActorSystem.h b/src/KingSystem/ActorSystem/actActorSystem.h index 2af35cf4..b147658b 100644 --- a/src/KingSystem/ActorSystem/actActorSystem.h +++ b/src/KingSystem/ActorSystem/actActorSystem.h @@ -6,6 +6,8 @@ namespace ksys::act { +class ActorConstDataAccess; + // TODO: incomplete class ActorSystem { SEAD_SINGLETON_DISPOSER(ActorSystem) @@ -14,6 +16,8 @@ class ActorSystem { public: void onBaseProcMgrCalc(); + bool getPlayer(ActorConstDataAccess* accessor); + bool getAutoPlacementActorPos(const sead::SafeString& name, sead::Vector3f* pos) const; sead::Heap* getEmergencyHeap() const { return mEmergencyHeap; } -- cgit v1.2.3