Create NetPlayServer and start game

This commit is contained in:
Tom Pratt
2026-05-12 11:20:46 -07:00
committed by Tom Pratt
parent b63ccacdfa
commit 77f08364db
8 changed files with 137 additions and 14 deletions

View File

@@ -78,6 +78,8 @@ void NetPlayUICallbacks::StopGame()
env->DeleteLocalRef(netplay_session);
}
// Only used by Qt UI code, never by the C++ core. On Android, hosting state
// is tracked in Kotlin (NetplaySession.isHosting).
bool NetPlayUICallbacks::IsHosting() const { return false; }
void NetPlayUICallbacks::Update()