Implement/match more LegoPlantManager functions (#1040)

This commit is contained in:
Christian Semmler
2024-06-19 12:02:54 -04:00
committed by GitHub
parent e507f42717
commit 656e7fc674
5 changed files with 132 additions and 21 deletions

View File

@@ -68,7 +68,7 @@ public:
void Init();
void FUN_1002fa00();
void CreateBuilding(MxS32 p_index, LegoWorld* p_world);
void FUN_1002fb30();
void Reset();
MxResult Write(LegoStorage* p_storage);
MxResult Read(LegoStorage* p_storage);
LegoBuildingInfo* GetInfo(LegoEntity* p_entity);