diff options
| author | Léo Lam <leo@leolam.fr> | 2020-12-09 17:17:25 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-12-09 18:11:24 +0100 |
| commit | fcbe17a3f0db98bdafdfd917210b03019de2d31f (patch) | |
| tree | 90c949cab5c91d11a5d62b600b4cd7f33e7d7a61 /src/KingSystem/ActorSystem/actActor.h | |
| parent | cd10f3774bd1e08dd7126958303730407158dd79 (diff) | |
ksys/act: Start adding RootAi
Diffstat (limited to 'src/KingSystem/ActorSystem/actActor.h')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActor.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actActor.h b/src/KingSystem/ActorSystem/actActor.h index 2fa71ca5..b910671a 100644 --- a/src/KingSystem/ActorSystem/actActor.h +++ b/src/KingSystem/ActorSystem/actActor.h @@ -8,6 +8,10 @@ namespace ksys { namespace act { +namespace ai { +class RootAi; +} + class LifeRecoverInfo; class ActorParam; @@ -39,7 +43,10 @@ public: const sead::TypedBitFlag<StasisFlag>& getStasisFlags() const { return mStasisFlags; } protected: - /* 0x008 */ u8 TEMP_0x008[0x3F4]; // FIXME + /* 0x180 */ u8 TEMP_0x180[0x3D8]; // FIXME + /* 0x558 */ ai::RootAi* mRootAi; + /* 0x560 */ void* mASList; // FIXME + /* 0x568 */ void* mEffects; // FIXME /* 0x570 */ ActorParam* mActorParam; /* 0x578 */ u8 TEMP_0x578[0x648 - 0x578]; /* 0x648 */ map::MubinIter mMapObjIter; |
