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