mirror of
https://github.com/zeldaret/st
synced 2026-08-03 16:52:42 -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:
@@ -10,11 +10,11 @@
|
||||
class MapObjectUnkHOLB : public MapObject {
|
||||
public:
|
||||
/* 00 (base) */
|
||||
/* 94 */
|
||||
/* 40 */
|
||||
|
||||
MapObjectUnkHOLB();
|
||||
|
||||
/* 4C */ virtual ~MapObjectUnkHOLB() override;
|
||||
/* 30 */ virtual ~MapObjectUnkHOLB() override;
|
||||
|
||||
void func_ov062_0215bb90(void);
|
||||
void func_ov062_0215bbe0(void);
|
||||
|
||||
Reference in New Issue
Block a user