Yay includes.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2173 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2009-11-10 09:54:29 +00:00
parent fef3baab7b
commit 2685f25694
1 changed files with 5 additions and 4 deletions

View File

@ -24,6 +24,7 @@
#include <wx/image.h>
#include <wx/statline.h>
#include <wx/bookctrl.h>
#include <wx/spinctrl.h>
#include <list>
@ -36,7 +37,7 @@
class wxListBox;
// Annoyances of C++ forward declarations. Having to type in this red tape mess
// is keeping me form eating a good sandwich right now... >_<
// is keeping me from eating a good sandwich right now... >_<
namespace Panels
{
class BaseApplicableConfigPanel;
@ -270,7 +271,7 @@ namespace Panels
protected:
wxRadioButton* m_Option_Extra;
wxRadioButton* m_Option_ExtraSign;
public:
AdvancedOptionsVU( wxWindow& parent, int idealWidth );
virtual ~AdvancedOptionsVU() throw() { }
@ -290,11 +291,11 @@ namespace Panels
wxTextCtrl* m_text_BaseNtsc;
wxTextCtrl* m_text_BasePal;
wxCheckBox* m_SkipperEnable;
wxCheckBox* m_TurboSkipEnable;
wxSpinCtrl* m_spin_SkipThreshold;
wxSpinCtrl* m_spin_FramesToSkip;
wxSpinCtrl* m_spin_FramesToDraw;