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
25 lines
738 B
C++
25 lines
738 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkNTTZ.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(ActorProfileUnkNTTZ);
|
|
|
|
ARM Actor *ActorProfileUnkNTTZ::Create() {
|
|
return new(HeapIndex_2) ActorUnkNTTZ();
|
|
}
|
|
|
|
ARM ActorProfileUnkNTTZ::ActorProfileUnkNTTZ() :
|
|
ActorProfile(ActorId_NTTZ) {}
|
|
|
|
ARM ActorUnkNTTZ::ActorUnkNTTZ() {}
|
|
|
|
ARM void ActorUnkNTTZ::func_ov031_020f6190(void) {}
|
|
ARM void ActorUnkNTTZ::func_ov031_020f6198(void) {}
|
|
ARM void ActorUnkNTTZ::func_ov031_020f619c(void) {}
|
|
ARM void ActorUnkNTTZ::func_ov031_020f61a0(void) {}
|
|
ARM void ActorUnkNTTZ::func_ov031_020f61f0(void) {}
|
|
|
|
ARM ActorUnkNTTZ::~ActorUnkNTTZ() {}
|
|
ARM ActorProfileUnkNTTZ::~ActorProfileUnkNTTZ() {}
|