Files
st/src/088_Stb/Actor/ActorUnkDMWS.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

25 lines
703 B
C++

//! TODO: This file was generated automatically and might contain errors
#include "Actor/ActorUnkDMWS.hpp"
#include "System/SysNew.hpp"
DECL_PROFILE(ActorProfileUnkDMWS);
Actor *ActorProfileUnkDMWS::Create() {
return new(HeapIndex_2) ActorUnkDMWS();
}
ActorProfileUnkDMWS::ActorProfileUnkDMWS() :
ActorProfile_Derived1(ActorId_DMWS) {}
ActorUnkDMWS::ActorUnkDMWS() {}
void ActorUnkDMWS::func_ov088_021716d8(void) {}
void ActorUnkDMWS::func_ov088_0217172c(void) {}
void ActorUnkDMWS::func_ov088_0217173c(void) {}
void ActorUnkDMWS::func_ov088_02171750(void) {}
void ActorUnkDMWS::func_ov088_02171764(void) {}
ActorUnkDMWS::~ActorUnkDMWS() {}
ActorProfileUnkDMWS::~ActorProfileUnkDMWS() {}