Add imgui-based Netplay Chat

This commit is contained in:
spycrab
2019-03-17 01:09:06 +01:00
parent 8cfbbbe9dc
commit 7cfb626a83
11 changed files with 184 additions and 22 deletions

View File

@ -95,6 +95,8 @@ private:
void SetGame(const QString& game_path);
void SendMessage(const std::string& message);
// Chat
QGroupBox* m_chat_box;
QTextEdit* m_chat_edit;