Add symbols for ActorRefill

This commit is contained in:
Aetias
2025-05-27 19:00:31 +02:00
parent 4522e0c5f0
commit 9f8ead4aeb
6 changed files with 127 additions and 106 deletions
+6
View File
@@ -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() {}