sources/interface.h

branch
protocol5
changeset 133
4d8fa5394d67
parent 131
4996c8684b93
parent 132
8a4690db252e
child 141
d9073c13dc98
equal deleted inserted replaced
131:4996c8684b93 133:4d8fa5394d67
84 String m_title; 84 String m_title;
85 InputState m_inputState; 85 InputState m_inputState;
86 std::function<void(bool)> m_disconnectCallback; 86 std::function<void(bool)> m_disconnectCallback;
87 IPAddress m_remoteAddress; 87 IPAddress m_remoteAddress;
88 String m_statusBarText; 88 String m_statusBarText;
89 StringList m_playerNames; 89 List<ColoredLine> m_playerNames;
90 String m_pasteBuffer; 90 String m_pasteBuffer;
91 RCONSession m_session; 91 RCONSession m_session;
92 92
93 void render_titlebar(); 93 void render_titlebar();
94 void safe_disconnect (std::function<void(bool)> afterwards); 94 void safe_disconnect (std::function<void(bool)> afterwards);

mercurial