some tweaks

still non playable cartridges

Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
2026-06-02 23:21:56 +02:00
parent 6e29dde558
commit 92045ec6df
15 changed files with 1802 additions and 838 deletions
+3
View File
@@ -39,6 +39,7 @@ public:
// Notify listeners that game state has changed
void notifyStateChanged();
void rebuildPlayerInventory();
lua_State* getLuaState() const { return m_luaState; }
int getCartridgeRef() const { return m_cartridgeRef; }
@@ -64,6 +65,8 @@ private:
double m_playerLng = 0.0;
double m_playerAlt = 0.0;
bool m_isProcessing = false;
wxDECLARE_EVENT_TABLE();
};