mirror of
https://github.com/zeldaret/ph
synced 2026-07-11 14:38:44 -04:00
Add symbols for ActorRefill
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user