working main menu

This commit is contained in:
2024-08-07 11:54:09 +02:00
parent adb6dce08a
commit de6742f64d
19 changed files with 405 additions and 17 deletions

View File

@@ -17,6 +17,8 @@ class EnetServer : private NonCopyable {
void Destroy();
bool IsClosed() const;
void CloseConnection(std::uint16_t a_PeerId);
EnetConnection* GetConnection(std::uint16_t a_PeerId);