Edit main.h

This commit is contained in:
collecting
2025-10-04 04:17:56 +00:00
parent 3592194bed
commit 9b1184e2db

View File

@@ -183,6 +183,13 @@ public:
bool DropAction(QDropEvent* event);
void AcceptDropEvent(QDropEvent* event);
/**
* This is the new function to provide access to the MultiplayerState.
*/
MultiplayerState* GetMultiplayerState() {
return multiplayer_state;
}
signals:
/**