mirror of
https://github.com/zeldaret/st
synced 2026-07-10 23:11:57 -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 MapObjectUnkTRLS : public MapObject {
|
||||
public:
|
||||
/* 00 (base) */
|
||||
/* 94 */
|
||||
/* 40 */
|
||||
|
||||
MapObjectUnkTRLS();
|
||||
|
||||
/* 4C */ virtual ~MapObjectUnkTRLS() override;
|
||||
/* 30 */ virtual ~MapObjectUnkTRLS() override;
|
||||
|
||||
void func_ov070_0214b424(void);
|
||||
void func_ov070_0214b450(void);
|
||||
|
||||
Reference in New Issue
Block a user