Files
st/include/MapObject/MapObjectUnkFSFS.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 MapObjectUnkFSFS : public MapObject {
public:
/* 00 (base) */
/* 40 */
MapObjectUnkFSFS();
/* 30 */ virtual ~MapObjectUnkFSFS() override;
void func_ov062_0215b458(void);
void func_ov062_0215b4a8(void);
};
class MapObjectProfileUnkFSFS : public MapObjectProfile {
public:
/* 00 (base) */
MapObjectProfileUnkFSFS();
~MapObjectProfileUnkFSFS();
/* 0C */ virtual MapObject *Create();
static MapObjectProfileUnkFSFS *GetProfile();
};