Add LegoGameState::Area enum (#552)

* Add area enum

* Fix

* Fix

* Fix

* empty
This commit is contained in:
Christian Semmler
2024-02-10 13:17:07 -05:00
committed by GitHub
parent 0463d48540
commit c8930815c5
15 changed files with 236 additions and 172 deletions

View File

@@ -1,6 +1,7 @@
#ifndef INFOCENTERDOOR_H
#define INFOCENTERDOOR_H
#include "legogamestate.h"
#include "legoworld.h"
class LegoControlManagerEvent;
@@ -40,7 +41,7 @@ public:
// InfocenterDoor::`scalar deleting destructor'
private:
MxS32 m_unk0xf8; // 0xf8
LegoGameState::Area m_unk0xf8; // 0xf8
MxLong HandleClick(LegoControlManagerEvent& p_param);
};