Files
st/src/031_Land/Actor/ActorUnkNITF.cpp
T
Yanis 1b31487fee Improve or match actor static initializers (#44)
* 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
2026-04-12 04:36:32 +02:00

37 lines
1.3 KiB
C++

//! TODO: This file was generated automatically and might contain errors
#include "Actor/ActorUnkNITF.hpp"
#include "System/SysNew.hpp"
ARM DECL_PROFILE(ActorProfileUnkNITF);
ARM Actor *ActorProfileUnkNITF::Create() {
return new(HeapIndex_2) ActorUnkNITF();
}
ARM ActorProfileUnkNITF::ActorProfileUnkNITF() :
ActorProfile(ActorId_NITF) {}
ARM ActorUnkNITF::ActorUnkNITF() {}
ARM void ActorUnkNITF::func_ov031_020f10c0(void) {}
ARM void ActorUnkNITF::func_ov031_020f10d4(void) {}
ARM void ActorUnkNITF::func_ov031_020f10fc(void) {}
ARM void ActorUnkNITF::func_ov031_020f1140(void) {}
ARM void ActorUnkNITF::func_ov031_020f1178(void) {}
ARM void ActorUnkNITF::func_ov031_020f11a8(void) {}
ARM void ActorUnkNITF::func_ov031_020f11b4(void) {}
ARM void ActorUnkNITF::func_ov031_020f11c0(void) {}
ARM void ActorUnkNITF::func_ov031_020f11cc(void) {}
ARM void ActorUnkNITF::func_ov031_020f11d8(void) {}
ARM void ActorUnkNITF::func_ov031_020f11e4(void) {}
ARM void ActorUnkNITF::func_ov031_020f11f0(void) {}
ARM void ActorUnkNITF::func_ov031_020f11fc(void) {}
ARM void ActorUnkNITF::func_ov031_020f1208(void) {}
ARM void ActorUnkNITF::func_ov031_020f121c(void) {}
ARM void ActorUnkNITF::func_ov031_020f1230(void) {}
ARM void ActorUnkNITF::func_ov031_020f1308(void) {}
ARM ActorUnkNITF::~ActorUnkNITF() {}
ARM ActorProfileUnkNITF::~ActorProfileUnkNITF() {}