mirror of
https://github.com/zeldaret/st
synced 2026-08-26 08:02:50 -04:00
d1e3be4c0b
* remove ARM and THUMB macros * fix regressions
21 lines
511 B
C++
21 lines
511 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkRMS2.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
DECL_PROFILE(ActorProfileUnkRMS2);
|
|
|
|
Actor *ActorProfileUnkRMS2::Create() {
|
|
return new(HeapIndex_2) ActorUnkRMS2();
|
|
}
|
|
|
|
ActorProfileUnkRMS2::ActorProfileUnkRMS2() :
|
|
ActorProfile_Derived1(ActorId_RMS2) {}
|
|
|
|
ActorUnkRMS2::ActorUnkRMS2() {}
|
|
|
|
void ActorUnkRMS2::func_ov065_02159050(void) {}
|
|
|
|
ActorUnkRMS2::~ActorUnkRMS2() {}
|
|
ActorProfileUnkRMS2::~ActorProfileUnkRMS2() {}
|