mirror of
https://github.com/zeldaret/st
synced 2026-06-19 23:43:13 -04:00
1b31487fee
* use the new DECL_PROFILE macro to match static initializers * forgot to keep the mode macro * same thing with mapobjects * create profile.hpp * update delink and symbols for eur * update delink and symbols for jp * ninja format * fix some stuff 1 * fix jp build
21 lines
530 B
C++
21 lines
530 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkFOFA.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(ActorProfileUnkFOFA);
|
|
|
|
ARM Actor *ActorProfileUnkFOFA::Create() {
|
|
return new(HeapIndex_2) ActorUnkFOFA();
|
|
}
|
|
|
|
ARM ActorProfileUnkFOFA::ActorProfileUnkFOFA() :
|
|
ActorProfile(ActorId_FOFA) {}
|
|
|
|
ARM ActorUnkFOFA::ActorUnkFOFA() {}
|
|
|
|
ARM void ActorUnkFOFA::func_ov021_020f3a34(void) {}
|
|
|
|
ARM ActorUnkFOFA::~ActorUnkFOFA() {}
|
|
ARM ActorProfileUnkFOFA::~ActorProfileUnkFOFA() {}
|