Add ActorSwitchObject

This commit is contained in:
Aetias
2025-01-19 12:22:57 +01:00
parent e1d2f0b168
commit 04328420f3
7 changed files with 160 additions and 140 deletions
@@ -0,0 +1,15 @@
#include "Actor/Dungeon/ActorSwitchObject.hpp"
ActorType ActorSwitchObject::gType = ActorType(ActorTypeId_SwitchObject, (ActorCreateFunc) ActorSwitchObject::Create, NULL);
ActorSwitchObject *ActorSwitchObject::Create() {}
bool ActorSwitchObject::vfunc_08() {}
void ActorSwitchObject::vfunc_0c() {}
void ActorSwitchObject::vfunc_14(u32 param1) {}
void ActorSwitchObject::vfunc_18(u32 param1) {}
bool ActorSwitchObject::func_ov000_0208fc10(s32 param1) {}
void ActorSwitchObject::func_ov000_0208fc7c() {}
bool ActorSwitchObject::func_ov000_0208fcb4() {}
void ActorSwitchObject::func_ov000_0208fef8() {}
void ActorSwitchObject::func_ov000_0209032c() {}
ActorSwitchObject::~ActorSwitchObject() {}