mirror of
https://github.com/zeldaret/st
synced 2026-05-23 15:01:41 -04:00
59a312e30a
* 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
49 lines
1.2 KiB
C++
49 lines
1.2 KiB
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#pragma once
|
|
|
|
#include "MapObject/MapObject.hpp"
|
|
#include "MapObject/MapObjectProfile.hpp"
|
|
#include "MapObject/MapObjectUnkWPHL.hpp"
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class MapObjectUnkDRTY : public MapObjectUnkWPHL { //! TODO: fake?
|
|
public:
|
|
/* 00 (base) */
|
|
/* 8C */ STRUCT_PAD(0x8C, 0xCC);
|
|
/* CC */ unk32 mUnk_CC;
|
|
/* D0 */ STRUCT_PAD(0xD0, 0xF4);
|
|
/* F4 */
|
|
|
|
MapObjectUnkDRTY();
|
|
|
|
/* 30 */ virtual ~MapObjectUnkDRTY() override;
|
|
|
|
void func_ov061_02159660(void);
|
|
void func_ov061_0215978c(void);
|
|
void func_ov061_02159874(void);
|
|
void func_ov061_021598b4(void);
|
|
void func_ov061_02159a3c(void);
|
|
void func_ov061_02159c44(void);
|
|
void func_ov061_02159c64(void);
|
|
void func_ov061_02159c78(void);
|
|
void func_ov061_02159c7c(void);
|
|
void func_ov061_02159ca4(void);
|
|
void func_ov061_02159ce8(void);
|
|
void func_ov061_02159d10(void);
|
|
void func_ov061_02159d54(void);
|
|
};
|
|
|
|
class MapObjectProfileUnkDRTY : public MapObjectProfile {
|
|
public:
|
|
/* 00 (base) */
|
|
|
|
MapObjectProfileUnkDRTY();
|
|
~MapObjectProfileUnkDRTY();
|
|
|
|
/* 0C */ virtual MapObject *Create();
|
|
|
|
static MapObjectProfileUnkDRTY *GetProfile();
|
|
};
|