mirror of
https://github.com/zeldaret/st
synced 2026-06-20 16:01:24 -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
32 lines
1.1 KiB
C++
32 lines
1.1 KiB
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "Actor/ActorUnkSWBM.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(ActorProfileUnkSWBM);
|
|
|
|
ARM Actor *ActorProfileUnkSWBM::Create() {
|
|
return new(HeapIndex_2) ActorUnkSWBM();
|
|
}
|
|
|
|
ARM ActorProfileUnkSWBM::ActorProfileUnkSWBM() :
|
|
ActorProfile(ActorId_SWBM) {}
|
|
|
|
ARM ActorUnkSWBM::ActorUnkSWBM() {}
|
|
|
|
ARM void ActorUnkSWBM::func_ov031_020e6c60(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e6c74(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e6c88(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e6d48(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e6d80(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e6e84(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e6ef8(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e7160(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e718c(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e7294(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e72f0(void) {}
|
|
ARM void ActorUnkSWBM::func_ov031_020e7334(void) {}
|
|
|
|
ARM ActorUnkSWBM::~ActorUnkSWBM() {}
|
|
ARM ActorProfileUnkSWBM::~ActorProfileUnkSWBM() {}
|