mirror of
https://github.com/zeldaret/st
synced 2026-08-23 15:12:15 -04:00
d1e3be4c0b
* remove ARM and THUMB macros * fix regressions
24 lines
646 B
C++
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() {}
|