mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
DolphinWX: Break the netplay UI controls into separate classes.
This commit is contained in:
@ -38,7 +38,7 @@ class CCodeWindow;
|
||||
class CLogWindow;
|
||||
class FifoPlayerDlg;
|
||||
class LogConfigWindow;
|
||||
class NetPlaySetupDiag;
|
||||
class NetPlaySetupFrame;
|
||||
class TASInputDlg;
|
||||
class wxCheatsWindow;
|
||||
|
||||
@ -98,7 +98,7 @@ public:
|
||||
|
||||
// These have to be public
|
||||
CCodeWindow* g_pCodeWindow;
|
||||
NetPlaySetupDiag* g_NetPlaySetupDiag;
|
||||
NetPlaySetupFrame* g_NetPlaySetupDiag;
|
||||
wxCheatsWindow* g_CheatsWindow;
|
||||
TASInputDlg* g_TASInputDlg[8];
|
||||
|
||||
|
Reference in New Issue
Block a user