WiimoteConfigDiag: Move GameCube controller settings over

Beginning of unifying the controller settings. No functionality yet.
This commit is contained in:
Lioncash
2014-11-21 11:55:18 -05:00
parent 6df67bf38f
commit d17a054e75
2 changed files with 64 additions and 7 deletions

View File

@ -11,6 +11,7 @@
class InputConfig;
class wxButton;
class wxStaticBoxSizer;
class wxWindow;
class WiimoteConfigDiag : public wxDialog
@ -59,6 +60,7 @@ public:
}
private:
wxStaticBoxSizer* CreateGamecubeSizer();
void Cancel(wxCommandEvent& event);
InputConfig& m_config;