mirror of
https://github.com/zeldaret/st
synced 2026-08-23 15:12:15 -04:00
d1e3be4c0b
* remove ARM and THUMB macros * fix regressions
23 lines
607 B
C++
23 lines
607 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkRBWS.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
DECL_PROFILE(ActorProfileUnkRBWS);
|
|
|
|
Actor *ActorProfileUnkRBWS::Create() {
|
|
return new(HeapIndex_2) ActorUnkRBWS();
|
|
}
|
|
|
|
ActorProfileUnkRBWS::ActorProfileUnkRBWS() :
|
|
ActorProfile_Derived1(ActorId_RBWS) {}
|
|
|
|
ActorUnkRBWS::ActorUnkRBWS() {}
|
|
|
|
void ActorUnkRBWS::func_ov083_0215c264(void) {}
|
|
void ActorUnkRBWS::func_ov083_0215c2a0(void) {}
|
|
void ActorUnkRBWS::func_ov083_0215c2a4(void) {}
|
|
|
|
ActorUnkRBWS::~ActorUnkRBWS() {}
|
|
ActorProfileUnkRBWS::~ActorProfileUnkRBWS() {}
|