diff options
| author | Aetias <aetias@outlook.com> | 2025-01-19 12:38:53 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-01-19 12:38:53 +0100 |
| commit | 757e6715affaafe227cc90c83e111fc53d589ab1 (patch) | |
| tree | edba95a3bbfd8cb6749df9290c6f06f9301c5f0b /src | |
| parent | 04328420f3b141b46ffbbf1c46fc3b197bdb21fe (diff) | |
Add ActorEventIcon
Diffstat (limited to 'src')
| -rw-r--r-- | src/00_Core/Actor/Dungeon/ActorEventIcon.cpp | 13 |
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() {} |
