mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Add imgui-based Netplay Chat
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user