Files
st/include/MapObject/MapObjectUnkTRST.hpp
T
Yanis 59a312e30a Start MapObject documentation (#47)
* set the right base class size

* actor and map object changes

* rename id getters functions

* document unknown file system used in mapobjectprofile

* start to document MapObjectProfile
2026-04-13 18:55:04 +02:00

39 lines
871 B
C++

//! TODO: This file was generated automatically and might contain errors
#pragma once
#include "MapObject/MapObject.hpp"
#include "MapObject/MapObjectProfile.hpp"
#include "global.h"
#include "types.h"
class MapObjectUnkTRST : public MapObject {
public:
/* 00 (base) */
/* 40 */
MapObjectUnkTRST();
/* 30 */ virtual ~MapObjectUnkTRST() override;
void func_ov030_02143860(void);
void func_ov030_0214394c(void);
void func_ov030_021439c0(void);
void func_ov030_021439d8(void);
void func_ov030_02143a18(void);
void func_ov030_02143a38(void);
void func_ov030_02143a58(void);
};
class MapObjectProfileUnkTRST : public MapObjectProfile {
public:
/* 00 (base) */
MapObjectProfileUnkTRST();
~MapObjectProfileUnkTRST();
/* 0C */ virtual MapObject *Create();
static MapObjectProfileUnkTRST *GetProfile();
};