mirror of
https://github.com/zeldaret/st
synced 2026-06-19 15:40:35 -04:00
d1e3be4c0b
* remove ARM and THUMB macros * fix regressions
21 lines
502 B
C++
21 lines
502 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkFOFA.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
DECL_PROFILE(ActorProfileUnkFOFA);
|
|
|
|
Actor *ActorProfileUnkFOFA::Create() {
|
|
return new(HeapIndex_2) ActorUnkFOFA();
|
|
}
|
|
|
|
ActorProfileUnkFOFA::ActorProfileUnkFOFA() :
|
|
ActorProfile(ActorId_FOFA) {}
|
|
|
|
ActorUnkFOFA::ActorUnkFOFA() {}
|
|
|
|
void ActorUnkFOFA::func_ov021_020f3a34(void) {}
|
|
|
|
ActorUnkFOFA::~ActorUnkFOFA() {}
|
|
ActorProfileUnkFOFA::~ActorProfileUnkFOFA() {}
|