Files
st/src/031_Land/MapObject/MapObjectUnkSTSP.cpp
T
Yanis d1e3be4c0b Remove ARM and THUMB macros (#87)
* remove ARM and THUMB macros

* fix regressions
2026-06-18 18:41:28 +02:00

23 lines
674 B
C++

//! TODO: This file was generated automatically and might contain errors
#include "MapObject/MapObjectUnkSTSP.hpp"
#include "System/SysNew.hpp"
DECL_PROFILE(MapObjectProfileUnkSTSP);
MapObject *MapObjectProfileUnkSTSP::Create() {
return new(HeapIndex_2) MapObjectUnkSTSP();
}
MapObjectProfileUnkSTSP::MapObjectProfileUnkSTSP() :
MapObjectProfile(MapObjectId_STSP) {}
MapObjectUnkSTSP::MapObjectUnkSTSP() {}
void MapObjectUnkSTSP::func_ov031_02109714(void) {}
void MapObjectUnkSTSP::func_ov031_0210996c(void) {}
void MapObjectUnkSTSP::func_ov031_02109970(void) {}
MapObjectUnkSTSP::~MapObjectUnkSTSP() {}
MapObjectProfileUnkSTSP::~MapObjectProfileUnkSTSP() {}