show integrated server stats

This commit is contained in:
2023-08-14 18:10:05 +02:00
parent 49a5a09537
commit ee5a27ac54
5 changed files with 59 additions and 1 deletions

View File

@@ -11,6 +11,8 @@
namespace td {
namespace gui {
class ServerGui;
class MainMenu : public GuiWidget {
private:
bool m_TriedToConnect = false;
@@ -22,6 +24,7 @@ private:
imgui_addons::ImGuiFileBrowser m_FileDialog;
std::unique_ptr<server::Server> m_Server;
std::unique_ptr<ServerGui> m_ServerGui;
public:
MainMenu(client::Client* client);
~MainMenu();