Files
st/include/MapObject/MapObjectUnkETNS.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

33 lines
655 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 MapObjectUnkETNS : public MapObject {
public:
/* 00 (base) */
/* 40 */
MapObjectUnkETNS();
/* 30 */ virtual ~MapObjectUnkETNS() override;
void func_ov028_0214568c(void);
};
class MapObjectProfileUnkETNS : public MapObjectProfile {
public:
/* 00 (base) */
MapObjectProfileUnkETNS();
~MapObjectProfileUnkETNS();
/* 0C */ virtual MapObject *Create();
static MapObjectProfileUnkETNS *GetProfile();
};