mirror of
https://github.com/zeldaret/st
synced 2026-08-12 03:48:05 -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 MapObjectUnkMTGT : public MapObject {
|
||||
public:
|
||||
/* 00 (base) */
|
||||
/* 94 */
|
||||
/* 40 */
|
||||
|
||||
MapObjectUnkMTGT();
|
||||
|
||||
/* 4C */ virtual ~MapObjectUnkMTGT() override;
|
||||
/* 30 */ virtual ~MapObjectUnkMTGT() override;
|
||||
|
||||
void func_ov026_0210b4a4(void);
|
||||
void func_ov026_0210b7bc(void);
|
||||
|
||||
Reference in New Issue
Block a user