mirror of
https://github.com/zeldaret/st
synced 2026-06-19 07:37:10 -04:00
d1e3be4c0b
* remove ARM and THUMB macros * fix regressions
36 lines
1.2 KiB
C++
36 lines
1.2 KiB
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkTRCB.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
DECL_PROFILE(ActorProfileUnkTRCB);
|
|
|
|
Actor *ActorProfileUnkTRCB::Create() {
|
|
return new(HeapIndex_2) ActorUnkTRCB();
|
|
}
|
|
|
|
ActorProfileUnkTRCB::ActorProfileUnkTRCB() :
|
|
ActorProfile(ActorId_TRCB) {}
|
|
|
|
ActorUnkTRCB::ActorUnkTRCB() {}
|
|
|
|
void ActorUnkTRCB::func_ov026_02110388(void) {}
|
|
void ActorUnkTRCB::func_ov026_021103ac(void) {}
|
|
void ActorUnkTRCB::func_ov026_021103cc(void) {}
|
|
void ActorUnkTRCB::func_ov026_02110414(void) {}
|
|
void ActorUnkTRCB::func_ov026_021104c0(void) {}
|
|
void ActorUnkTRCB::func_ov026_02110514(void) {}
|
|
void ActorUnkTRCB::func_ov026_0211059c(void) {}
|
|
void ActorUnkTRCB::func_ov026_021105a0(void) {}
|
|
void ActorUnkTRCB::func_ov026_021105a4(void) {}
|
|
void ActorUnkTRCB::func_ov026_021105b8(void) {}
|
|
void ActorUnkTRCB::func_ov026_021105f4(void) {}
|
|
void ActorUnkTRCB::func_ov026_02110624(void) {}
|
|
void ActorUnkTRCB::func_ov026_02110660(void) {}
|
|
void ActorUnkTRCB::func_ov026_021107d0(void) {}
|
|
void ActorUnkTRCB::func_ov026_021108ec(void) {}
|
|
void ActorUnkTRCB::func_ov026_021109d4(void) {}
|
|
|
|
ActorUnkTRCB::~ActorUnkTRCB() {}
|
|
ActorProfileUnkTRCB::~ActorProfileUnkTRCB() {}
|