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

34 lines
691 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 MapObjectUnkFSFR : public MapObject {
public:
/* 00 (base) */
/* 40 */
MapObjectUnkFSFR();
/* 30 */ virtual ~MapObjectUnkFSFR() override;
void func_ov064_021591c4(void);
void func_ov064_02159214(void);
};
class MapObjectProfileUnkFSFR : public MapObjectProfile {
public:
/* 00 (base) */
MapObjectProfileUnkFSFR();
~MapObjectProfileUnkFSFR();
/* 0C */ virtual MapObject *Create();
static MapObjectProfileUnkFSFR *GetProfile();
};