summaryrefslogtreecommitdiff
path: root/src/00_Core/Actor
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-01-19 12:38:53 +0100
committerAetias <aetias@outlook.com>2025-01-19 12:38:53 +0100
commit757e6715affaafe227cc90c83e111fc53d589ab1 (patch)
treeedba95a3bbfd8cb6749df9290c6f06f9301c5f0b /src/00_Core/Actor
parent04328420f3b141b46ffbbf1c46fc3b197bdb21fe (diff)
Add ActorEventIcon
Diffstat (limited to 'src/00_Core/Actor')
-rw-r--r--src/00_Core/Actor/Dungeon/ActorEventIcon.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/00_Core/Actor/Dungeon/ActorEventIcon.cpp b/src/00_Core/Actor/Dungeon/ActorEventIcon.cpp
new file mode 100644
index 00000000..8e943095
--- /dev/null
+++ b/src/00_Core/Actor/Dungeon/ActorEventIcon.cpp
@@ -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() {}