sources/interface.h

changeset 179
7fc34735178e
parent 139
da7d5a8e608f
child 183
9b6a0daedfc0
equal deleted inserted replaced
173:248fba6d1e76 179:7fc34735178e
83 String m_title; 83 String m_title;
84 InputState m_inputState; 84 InputState m_inputState;
85 std::function<void(bool)> m_disconnectCallback; 85 std::function<void(bool)> m_disconnectCallback;
86 IPAddress m_remoteAddress; 86 IPAddress m_remoteAddress;
87 String m_statusBarText; 87 String m_statusBarText;
88 List<ColoredLine> m_playerNames; 88 std::vector<ColoredLine> m_playerNames;
89 String m_pasteBuffer; 89 String m_pasteBuffer;
90 RCONSession m_session; 90 RCONSession m_session;
91 91
92 void detachInput(); 92 void detachInput();
93 int findNextWord(); 93 int findNextWord();

mercurial