mirror of
https://github.com/zeldaret/st
synced 2026-05-23 23:05:25 -04:00
1b31487fee
* use the new DECL_PROFILE macro to match static initializers * forgot to keep the mode macro * same thing with mapobjects * create profile.hpp * update delink and symbols for eur * update delink and symbols for jp * ninja format * fix some stuff 1 * fix jp build
21 lines
539 B
C++
21 lines
539 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkRMS1.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(ActorProfileUnkRMS1);
|
|
|
|
ARM Actor *ActorProfileUnkRMS1::Create() {
|
|
return new(HeapIndex_2) ActorUnkRMS1();
|
|
}
|
|
|
|
ARM ActorProfileUnkRMS1::ActorProfileUnkRMS1() :
|
|
ActorProfile_Derived1(ActorId_RMS1) {}
|
|
|
|
ARM ActorUnkRMS1::ActorUnkRMS1() {}
|
|
|
|
ARM void ActorUnkRMS1::func_ov065_02158f2c(void) {}
|
|
|
|
ARM ActorUnkRMS1::~ActorUnkRMS1() {}
|
|
ARM ActorProfileUnkRMS1::~ActorProfileUnkRMS1() {}
|