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 /src | |
| parent | 4522e0c5f0e5b1d30162eb779ef085bbeae77558 (diff) | |
Add symbols for `ActorRefill`
Diffstat (limited to 'src')
| -rw-r--r-- | src/14_Land/Actor/Player/ActorRefill.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/14_Land/Actor/Player/ActorRefill.cpp b/src/14_Land/Actor/Player/ActorRefill.cpp index 841c4910..bd8981a4 100644 --- a/src/14_Land/Actor/Player/ActorRefill.cpp +++ b/src/14_Land/Actor/Player/ActorRefill.cpp @@ -1,5 +1,11 @@ #include "Actor/Player/ActorRefill.hpp" +ActorType ActorRefillBombs::gType; +ActorType ActorRefillBombchus::gType; +ActorType ActorRefillArrows::gType; +ActorType ActorRefillTime::gType; +ActorType ActorLSTM::gType; + ActorRefillBombs *ActorRefillBombs::Create() {} ActorRefillBombchus *ActorRefillBombchus::Create() {} ActorRefillArrows *ActorRefillArrows::Create() {} |
