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
+11
View File
@@ -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 */