mirror of
https://github.com/zeldaret/st
synced 2026-08-30 01:10:16 -04:00
d1e3be4c0b
* remove ARM and THUMB macros * fix regressions
22 lines
559 B
C++
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() {}
|