summaryrefslogtreecommitdiff
path: root/src/14_Land/Actor
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-05-27 19:00:31 +0200
committerAetias <aetias@outlook.com>2025-05-27 19:00:31 +0200
commit9f8ead4aebb81502160cceeccdd2259a84c82896 (patch)
tree4058fa98e2967051c6757a2cb6c3ef754577011e /src/14_Land/Actor
parent4522e0c5f0e5b1d30162eb779ef085bbeae77558 (diff)
Add symbols for `ActorRefill`
Diffstat (limited to 'src/14_Land/Actor')
-rw-r--r--src/14_Land/Actor/Player/ActorRefill.cpp6
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() {}