mirror of
https://github.com/zeldaret/st
synced 2026-08-25 23:53:59 -04:00
d1e3be4c0b
* remove ARM and THUMB macros * fix regressions
25 lines
703 B
C++
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() {}
|