Files
st/src/044_MapB5/Actor/ActorUnkL2V2.cpp
T
Yanis d1e3be4c0b Remove ARM and THUMB macros (#87)
* remove ARM and THUMB macros

* fix regressions
2026-06-18 18:41:28 +02:00

24 lines
655 B
C++

//! TODO: This file was generated automatically and might contain errors
#include "Actor/ActorUnkL2V2.hpp"
#include "System/SysNew.hpp"
DECL_PROFILE(ActorProfileUnkL2V2);
Actor *ActorProfileUnkL2V2::Create() {
return new(HeapIndex_2) ActorUnkL2V2();
}
ActorProfileUnkL2V2::ActorProfileUnkL2V2() :
ActorProfile_Derived1(ActorId_L2V2) {}
ActorUnkL2V2::ActorUnkL2V2() {}
void ActorUnkL2V2::func_ov044_0212c760(void) {}
void ActorUnkL2V2::func_ov044_0212c7d4(void) {}
void ActorUnkL2V2::func_ov044_0212c7e8(void) {}
void ActorUnkL2V2::func_ov044_0212c7fc(void) {}
ActorUnkL2V2::~ActorUnkL2V2() {}
ActorProfileUnkL2V2::~ActorProfileUnkL2V2() {}