mirror of
https://github.com/zeldaret/st
synced 2026-06-20 16:01:24 -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
23 lines
643 B
C++
23 lines
643 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkRMTG.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(ActorProfileUnkRMTG);
|
|
|
|
ARM Actor *ActorProfileUnkRMTG::Create() {
|
|
return new(HeapIndex_2) ActorUnkRMTG();
|
|
}
|
|
|
|
ARM ActorProfileUnkRMTG::ActorProfileUnkRMTG() :
|
|
ActorProfile_Derived1(ActorId_RMTG) {}
|
|
|
|
ARM ActorUnkRMTG::ActorUnkRMTG() {}
|
|
|
|
ARM void ActorUnkRMTG::func_ov031_020ef8a0(void) {}
|
|
ARM void ActorUnkRMTG::func_ov031_020ef958(void) {}
|
|
ARM void ActorUnkRMTG::func_ov031_020ef990(void) {}
|
|
|
|
ARM ActorUnkRMTG::~ActorUnkRMTG() {}
|
|
ARM ActorProfileUnkRMTG::~ActorProfileUnkRMTG() {}
|