mirror of
https://github.com/zeldaret/st
synced 2026-08-30 09:11:26 -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
25 lines
747 B
C++
25 lines
747 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkRMM1.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(ActorProfileUnkRMM1);
|
|
|
|
ARM Actor *ActorProfileUnkRMM1::Create() {
|
|
return new(HeapIndex_2) ActorUnkRMM1();
|
|
}
|
|
|
|
ARM ActorProfileUnkRMM1::ActorProfileUnkRMM1() :
|
|
ActorProfile_Derived1(ActorId_RMM1) {}
|
|
|
|
ARM ActorUnkRMM1::ActorUnkRMM1() {}
|
|
|
|
ARM void ActorUnkRMM1::func_ov034_02119018(void) {}
|
|
ARM void ActorUnkRMM1::func_ov034_02119090(void) {}
|
|
ARM void ActorUnkRMM1::func_ov034_0211911c(void) {}
|
|
ARM void ActorUnkRMM1::func_ov034_02119238(void) {}
|
|
ARM void ActorUnkRMM1::func_ov034_02119278(void) {}
|
|
|
|
ARM ActorUnkRMM1::~ActorUnkRMM1() {}
|
|
ARM ActorProfileUnkRMM1::~ActorProfileUnkRMM1() {}
|