mirror of
https://github.com/zeldaret/st
synced 2026-08-16 21:17:34 -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 MapObjectUnkRBMR : public MapObject {
|
||||
public:
|
||||
/* 00 (base) */
|
||||
/* 94 */
|
||||
/* 40 */
|
||||
|
||||
MapObjectUnkRBMR();
|
||||
|
||||
/* 4C */ virtual ~MapObjectUnkRBMR() override;
|
||||
/* 30 */ virtual ~MapObjectUnkRBMR() override;
|
||||
|
||||
void func_ov090_02174bf8(void);
|
||||
void func_ov090_02174c0c(void);
|
||||
|
||||
Reference in New Issue
Block a user