diff options
| author | Aetias <aetias@outlook.com> | 2025-05-27 19:00:31 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-05-27 19:00:31 +0200 |
| commit | 9f8ead4aebb81502160cceeccdd2259a84c82896 (patch) | |
| tree | 4058fa98e2967051c6757a2cb6c3ef754577011e /include | |
| parent | 4522e0c5f0e5b1d30162eb779ef085bbeae77558 (diff) | |
Add symbols for `ActorRefill`
Diffstat (limited to 'include')
| -rw-r--r-- | include/Actor/Player/ActorRefill.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/Actor/Player/ActorRefill.hpp b/include/Actor/Player/ActorRefill.hpp index 47e7d9fc..044a2c03 100644 --- a/include/Actor/Player/ActorRefill.hpp +++ b/include/Actor/Player/ActorRefill.hpp @@ -4,6 +4,7 @@ #include "types.h" #include "Actor/Actor.hpp" +#include "Actor/ActorType.hpp" class ActorRefill : public Actor { public: @@ -31,6 +32,8 @@ public: class ActorRefillBombs : public ActorRefill { public: + static ActorType gType; + /* 000 (base) */ /* 168 */ @@ -45,6 +48,8 @@ public: class ActorRefillBombchus : public ActorRefill { public: + static ActorType gType; + /* 000 (base) */ /* 168 */ @@ -59,6 +64,8 @@ public: class ActorRefillArrows : public ActorRefill { public: + static ActorType gType; + /* 000 (base) */ /* 168 */ @@ -73,6 +80,8 @@ public: class ActorRefillTime : public ActorRefill { public: + static ActorType gType; + /* 000 (base) */ /* 168 */ @@ -88,6 +97,8 @@ public: class ActorLSTM : public ActorRefill { public: + static ActorType gType; + /* 000 (base) */ /* 168 */ |
