Files
st/src/063_Shrine/Actor/ActorUnkRMSS.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

22 lines
559 B
C++

//! TODO: This file was generated automatically and might contain errors
#include "Actor/ActorUnkRMSS.hpp"
#include "System/SysNew.hpp"
DECL_PROFILE(ActorProfileUnkRMSS);
Actor *ActorProfileUnkRMSS::Create() {
return new(HeapIndex_2) ActorUnkRMSS();
}
ActorProfileUnkRMSS::ActorProfileUnkRMSS() :
ActorProfile_Derived1(ActorId_RMSS) {}
ActorUnkRMSS::ActorUnkRMSS() {}
void ActorUnkRMSS::func_ov063_0215c5fc(void) {}
void ActorUnkRMSS::func_ov063_0215c63c(void) {}
ActorUnkRMSS::~ActorUnkRMSS() {}
ActorProfileUnkRMSS::~ActorProfileUnkRMSS() {}