Files
st/src/031_Land/MapObject/MapObjectUnkEXIT.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/MapObjectUnkEXIT.hpp"
#include "System/SysNew.hpp"
DECL_PROFILE(MapObjectProfileUnkEXIT);
MapObject *MapObjectProfileUnkEXIT::Create() {
return new(HeapIndex_2) MapObjectUnkEXIT();
}
MapObjectProfileUnkEXIT::MapObjectProfileUnkEXIT() :
MapObjectProfile(MapObjectId_EXIT) {}
MapObjectUnkEXIT::MapObjectUnkEXIT() {}
void MapObjectUnkEXIT::func_ov031_021005fc(void) {}
void MapObjectUnkEXIT::func_ov031_021006d4(void) {}
void MapObjectUnkEXIT::func_ov031_02100714(void) {}
MapObjectUnkEXIT::~MapObjectUnkEXIT() {}
MapObjectProfileUnkEXIT::~MapObjectProfileUnkEXIT() {}