mirror of
https://github.com/zeldaret/st
synced 2026-06-06 03:29:05 -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
22 lines
591 B
C++
22 lines
591 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkEFWI.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(ActorProfileUnkEFWI);
|
|
|
|
ARM Actor *ActorProfileUnkEFWI::Create() {
|
|
return new(HeapIndex_2) ActorUnkEFWI();
|
|
}
|
|
|
|
ARM ActorProfileUnkEFWI::ActorProfileUnkEFWI() :
|
|
ActorProfile_Derived1(ActorId_EFWI) {}
|
|
|
|
ARM ActorUnkEFWI::ActorUnkEFWI() {}
|
|
|
|
ARM void ActorUnkEFWI::func_ov098_02181738(void) {}
|
|
ARM void ActorUnkEFWI::func_ov098_021817d4(void) {}
|
|
|
|
ARM ActorUnkEFWI::~ActorUnkEFWI() {}
|
|
ARM ActorProfileUnkEFWI::~ActorProfileUnkEFWI() {}
|