mirror of
https://github.com/zeldaret/st
synced 2026-09-04 02:10:01 -04:00
d1e3be4c0b
* remove ARM and THUMB macros * fix regressions
23 lines
674 B
C++
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() {}
|