summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorCreator.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-11-22 12:27:07 +0100
committerLéo Lam <leo@leolam.fr>2020-11-22 15:36:18 +0100
commit622104fbd219117455c7a6776aea1658e36cd888 (patch)
treeebeaf572bed218de3c05717bb29cac6a1570081d /src/KingSystem/ActorSystem/actActorCreator.h
parente99f0f8949978ed0c1ee2a3ad1255666a3639262 (diff)
ksys/act: Add more InfoData functions
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorCreator.h')
-rw-r--r--src/KingSystem/ActorSystem/actActorCreator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actActorCreator.h b/src/KingSystem/ActorSystem/actActorCreator.h
index 65a3494b..ef6c229a 100644
--- a/src/KingSystem/ActorSystem/actActorCreator.h
+++ b/src/KingSystem/ActorSystem/actActorCreator.h
@@ -19,6 +19,8 @@ class ActorCreator {
public:
void setActorFactory(ActorFactory* factory) { mActorFactory = factory; }
+ bool get5a() const { return _5a; }
+
private:
sead::Heap* forBaseProcDualHeap;
sead::Heap* placementMgrHeap;