summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorSystem.h')
-rw-r--r--src/KingSystem/ActorSystem/actActorSystem.h4
1 files changed, 4 insertions, 0 deletions
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; }