mirror of
https://github.com/zeldaret/st
synced 2026-06-28 10:50:50 -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
822 B
C++
25 lines
822 B
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#include "MapObject/MapObjectUnkITFL.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
ARM DECL_PROFILE(MapObjectProfileUnkITFL);
|
|
|
|
ARM MapObject *MapObjectProfileUnkITFL::Create() {
|
|
return new(HeapIndex_2) MapObjectUnkITFL();
|
|
}
|
|
|
|
ARM MapObjectProfileUnkITFL::MapObjectProfileUnkITFL() :
|
|
MapObjectProfile(MapObjectId_ITFL) {}
|
|
|
|
ARM MapObjectUnkITFL::MapObjectUnkITFL() {}
|
|
|
|
ARM void MapObjectUnkITFL::func_ov031_021059b8(void) {}
|
|
ARM void MapObjectUnkITFL::func_ov031_02105be4(void) {}
|
|
ARM void MapObjectUnkITFL::func_ov031_02105cbc(void) {}
|
|
ARM void MapObjectUnkITFL::func_ov031_02105dac(void) {}
|
|
ARM void MapObjectUnkITFL::func_ov031_02105f54(void) {}
|
|
|
|
ARM MapObjectUnkITFL::~MapObjectUnkITFL() {}
|
|
ARM MapObjectProfileUnkITFL::~MapObjectProfileUnkITFL() {}
|