mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fixed linux buid... hopefully. Sorry it took this long.... I had to do a complete rebuild :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5838 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -6,10 +6,7 @@
|
||||
#include <IniFile.h>
|
||||
#include <string>
|
||||
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
class wxWindow;
|
||||
#endif
|
||||
|
||||
class UDPWiimote;
|
||||
class Wiimote;
|
||||
|
||||
@ -25,10 +22,7 @@ public:
|
||||
virtual void LoadConfig(IniFile::Section *sec, const std::string& defdev = "", const std::string& base = "" );
|
||||
virtual void SaveConfig(IniFile::Section *sec, const std::string& defdev = "", const std::string& base = "" );
|
||||
void Refresh();
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
void Configure(wxWindow * parent);
|
||||
#endif
|
||||
virtual ~UDPWrapper();
|
||||
void Configure(wxWindow * parent); virtual ~UDPWrapper();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user