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
27 lines
851 B
C++
27 lines
851 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkROCK.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(ActorProfileUnkROCK);
|
|
|
|
ARM Actor *ActorProfileUnkROCK::Create() {
|
|
return new(HeapIndex_2) ActorUnkROCK();
|
|
}
|
|
|
|
ARM ActorProfileUnkROCK::ActorProfileUnkROCK() :
|
|
ActorProfile_Derived1(ActorId_ROCK) {}
|
|
|
|
ARM ActorUnkROCK::ActorUnkROCK() {}
|
|
|
|
ARM void ActorUnkROCK::func_ov031_020e897c(void) {}
|
|
ARM void ActorUnkROCK::func_ov031_020e89ac(void) {}
|
|
ARM void ActorUnkROCK::func_ov031_020e8a48(void) {}
|
|
ARM void ActorUnkROCK::func_ov031_020e8acc(void) {}
|
|
ARM void ActorUnkROCK::func_ov031_020e8afc(void) {}
|
|
ARM void ActorUnkROCK::func_ov031_020e8ba0(void) {}
|
|
ARM void ActorUnkROCK::func_ov031_020e8c08(void) {}
|
|
|
|
ARM ActorUnkROCK::~ActorUnkROCK() {}
|
|
ARM ActorProfileUnkROCK::~ActorProfileUnkROCK() {}
|