mirror of
https://github.com/zeldaret/st
synced 2026-09-02 09:51:55 -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
25 lines
747 B
C++
25 lines
747 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkEFSB.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(ActorProfileUnkEFSB);
|
|
|
|
ARM Actor *ActorProfileUnkEFSB::Create() {
|
|
return new(HeapIndex_2) ActorUnkEFSB();
|
|
}
|
|
|
|
ARM ActorProfileUnkEFSB::ActorProfileUnkEFSB() :
|
|
ActorProfile_Derived1(ActorId_EFSB) {}
|
|
|
|
ARM ActorUnkEFSB::ActorUnkEFSB() {}
|
|
|
|
ARM void ActorUnkEFSB::func_ov031_020fb614(void) {}
|
|
ARM void ActorUnkEFSB::func_ov031_020fb6cc(void) {}
|
|
ARM void ActorUnkEFSB::func_ov031_020fb704(void) {}
|
|
ARM void ActorUnkEFSB::func_ov031_020fb718(void) {}
|
|
ARM void ActorUnkEFSB::func_ov031_020fb720(void) {}
|
|
|
|
ARM ActorUnkEFSB::~ActorUnkEFSB() {}
|
|
ARM ActorProfileUnkEFSB::~ActorProfileUnkEFSB() {}
|