mirror of
https://github.com/zeldaret/st
synced 2026-05-28 00:16:01 -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
28 lines
894 B
C++
28 lines
894 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkCRCH.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(ActorProfileUnkCRCH);
|
|
|
|
ARM Actor *ActorProfileUnkCRCH::Create() {
|
|
return new(HeapIndex_2) ActorUnkCRCH();
|
|
}
|
|
|
|
ARM ActorProfileUnkCRCH::ActorProfileUnkCRCH() :
|
|
ActorProfile(ActorId_CRCH) {}
|
|
|
|
ARM ActorUnkCRCH::ActorUnkCRCH() {}
|
|
|
|
ARM void ActorUnkCRCH::func_ov049_021341cc(void) {}
|
|
ARM void ActorUnkCRCH::func_ov049_021341d4(void) {}
|
|
ARM void ActorUnkCRCH::func_ov049_0213420c(void) {}
|
|
ARM void ActorUnkCRCH::func_ov049_021342f0(void) {}
|
|
ARM void ActorUnkCRCH::func_ov049_021343c8(void) {}
|
|
ARM void ActorUnkCRCH::func_ov049_021343cc(void) {}
|
|
ARM void ActorUnkCRCH::func_ov049_021343d4(void) {}
|
|
ARM void ActorUnkCRCH::func_ov049_021343e4(void) {}
|
|
|
|
ARM ActorUnkCRCH::~ActorUnkCRCH() {}
|
|
ARM ActorProfileUnkCRCH::~ActorProfileUnkCRCH() {}
|