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
43 lines
1015 B
C++
43 lines
1015 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 MapObjectUnkDRRS : public MapObject {
|
|
public:
|
|
/* 00 (base) */
|
|
/* 40 */
|
|
|
|
MapObjectUnkDRRS();
|
|
|
|
/* 30 */ virtual ~MapObjectUnkDRRS() override;
|
|
|
|
void func_ov086_0215e778(void);
|
|
void func_ov086_0215e78c(void);
|
|
void func_ov086_0215e8b8(void);
|
|
void func_ov086_0215e8fc(void);
|
|
void func_ov086_0215e918(void);
|
|
void func_ov086_0215e940(void);
|
|
void func_ov086_0215e998(void);
|
|
void func_ov086_0215e9c0(void);
|
|
void func_ov086_0215e9cc(void);
|
|
void func_ov086_0215ea3c(void);
|
|
void func_ov086_0215eba0(void);
|
|
};
|
|
|
|
class MapObjectProfileUnkDRRS : public MapObjectProfile {
|
|
public:
|
|
/* 00 (base) */
|
|
|
|
MapObjectProfileUnkDRRS();
|
|
~MapObjectProfileUnkDRRS();
|
|
|
|
/* 0C */ virtual MapObject *Create();
|
|
|
|
static MapObjectProfileUnkDRRS *GetProfile();
|
|
};
|