mirror of
https://github.com/zeldaret/st
synced 2026-07-08 22:34:49 -04:00
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
This commit is contained in:
@@ -4,17 +4,21 @@
|
||||
|
||||
#include "MapObject/MapObject.hpp"
|
||||
#include "MapObject/MapObjectProfile.hpp"
|
||||
#include "MapObject/MapObjectUnkWPHL.hpp"
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
class MapObjectUnkDRTY : public MapObject {
|
||||
class MapObjectUnkDRTY : public MapObjectUnkWPHL { //! TODO: fake?
|
||||
public:
|
||||
/* 00 (base) */
|
||||
/* 94 */
|
||||
/* 8C */ STRUCT_PAD(0x8C, 0xCC);
|
||||
/* CC */ unk32 mUnk_CC;
|
||||
/* D0 */ STRUCT_PAD(0xD0, 0xF4);
|
||||
/* F4 */
|
||||
|
||||
MapObjectUnkDRTY();
|
||||
|
||||
/* 4C */ virtual ~MapObjectUnkDRTY() override;
|
||||
/* 30 */ virtual ~MapObjectUnkDRTY() override;
|
||||
|
||||
void func_ov061_02159660(void);
|
||||
void func_ov061_0215978c(void);
|
||||
|
||||
Reference in New Issue
Block a user