1#ifndef EILE_MIT_WEILE_GAMEWINDOW_HPP
2#define EILE_MIT_WEILE_GAMEWINDOW_HPP
3#include "panels/ConnectionPanel.hpp"
19 GameWindow(
const wxString& title,
const wxPoint& pos,
const wxSize& size);
31 void SetStatus(
const std::string& message);
Main window of the game client.
Definition GameWindow.hpp:14
wxBoxSizer * _main_layout
Definition GameWindow.hpp:34
wxStatusBar * _status_bar
Definition GameWindow.hpp:35
GameWindow(const wxString &title, const wxPoint &pos, const wxSize &size)
Definition GameWindow.cpp:4
wxPanel * _current_panel
Definition GameWindow.hpp:37
void SetStatus(const std::string &message)
Definition GameWindow.cpp:56
void ShowPanel(wxPanel *panel)
Definition GameWindow.cpp:29