Add ActorEventIcon

This commit is contained in:
Aetias
2025-01-19 12:38:53 +01:00
parent 04328420f3
commit 757e6715af
5 changed files with 68 additions and 24 deletions
@@ -0,0 +1,13 @@
#include "Actor/Dungeon/ActorEventIcon.hpp"
ActorType ActorEventIcon::gType = ActorType(ActorTypeId_EventIcon, (ActorCreateFunc) ActorEventIcon::Create, NULL);
ActorEventIcon *ActorEventIcon::Create() {}
ActorEventIcon::ActorEventIcon() {}
bool ActorEventIcon::vfunc_08() {}
void ActorEventIcon::vfunc_14(u32 param1) {}
void ActorEventIcon::vfunc_18(u32 param1) {}
u32 ActorEventIcon::func_ov000_02090648(u32 param1) {}
bool func_ov000_02090774(u32 param1) {}
void ActorEventIcon::vfunc_1c(u16 *param1) {}
ActorEventIcon::~ActorEventIcon() {}