Files
st/src/031_Land/Actor/ActorUnkSWON.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

21 lines
530 B
C++

//! TODO: This file was generated automatically and might contain errors
#include "Actor/ActorUnkSWON.hpp"
#include "System/SysNew.hpp"
ARM DECL_PROFILE(ActorProfileUnkSWON);
ARM Actor *ActorProfileUnkSWON::Create() {
return new(HeapIndex_2) ActorUnkSWON();
}
ARM ActorProfileUnkSWON::ActorProfileUnkSWON() :
ActorProfile(ActorId_SWON) {}
ARM ActorUnkSWON::ActorUnkSWON() {}
ARM void ActorUnkSWON::func_ov031_020f7e34(void) {}
ARM ActorUnkSWON::~ActorUnkSWON() {}
ARM ActorProfileUnkSWON::~ActorProfileUnkSWON() {}