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