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

35 lines
727 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 MapObjectUnkHOSO : public MapObject {
public:
/* 00 (base) */
/* 40 */
MapObjectUnkHOSO();
/* 30 */ virtual ~MapObjectUnkHOSO() override;
void func_ov065_02159d10(void);
void func_ov065_02159d60(void);
void func_ov065_02159d68(void);
};
class MapObjectProfileUnkHOSO : public MapObjectProfile {
public:
/* 00 (base) */
MapObjectProfileUnkHOSO();
~MapObjectProfileUnkHOSO();
/* 0C */ virtual MapObject *Create();
static MapObjectProfileUnkHOSO *GetProfile();
};