From 2685f256944de29c3556f77467c26e5d896f47b2 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Tue, 10 Nov 2009 09:54:29 +0000 Subject: [PATCH] Yay includes. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2173 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/gui/Panels/ConfigurationPanels.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pcsx2/gui/Panels/ConfigurationPanels.h b/pcsx2/gui/Panels/ConfigurationPanels.h index 7f8a85e6af..40291d0f54 100644 --- a/pcsx2/gui/Panels/ConfigurationPanels.h +++ b/pcsx2/gui/Panels/ConfigurationPanels.h @@ -24,6 +24,7 @@ #include #include #include +#include #include @@ -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;