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