Files
st/src/075_BossLast2/Actor/ActorUnkMRDL.cpp
T
Yanis d1e3be4c0b Remove ARM and THUMB macros (#87)
* remove ARM and THUMB macros

* fix regressions
2026-06-18 18:41:28 +02:00

24 lines
646 B
C++

//! TODO: This file was generated automatically and might contain errors
#include "Actor/ActorUnkMRDL.hpp"
#include "System/SysNew.hpp"
DECL_PROFILE(ActorProfileUnkMRDL);
Actor *ActorProfileUnkMRDL::Create() {
return new(HeapIndex_2) ActorUnkMRDL();
}
ActorProfileUnkMRDL::ActorProfileUnkMRDL() :
ActorProfile(ActorId_MRDL) {}
ActorUnkMRDL::ActorUnkMRDL() {}
void ActorUnkMRDL::func_ov075_0215dff4(void) {}
void ActorUnkMRDL::func_ov075_0215e008(void) {}
void ActorUnkMRDL::func_ov075_0215e044(void) {}
void ActorUnkMRDL::func_ov075_0215e050(void) {}
ActorUnkMRDL::~ActorUnkMRDL() {}
ActorProfileUnkMRDL::~ActorProfileUnkMRDL() {}