mirror of https://github.com/PCSX2/pcsx2.git
Yay includes.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2173 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
fef3baab7b
commit
2685f25694
|
@ -24,6 +24,7 @@
|
||||||
#include <wx/image.h>
|
#include <wx/image.h>
|
||||||
#include <wx/statline.h>
|
#include <wx/statline.h>
|
||||||
#include <wx/bookctrl.h>
|
#include <wx/bookctrl.h>
|
||||||
|
#include <wx/spinctrl.h>
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
|
@ -36,7 +37,7 @@
|
||||||
class wxListBox;
|
class wxListBox;
|
||||||
|
|
||||||
// Annoyances of C++ forward declarations. Having to type in this red tape mess
|
// 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
|
namespace Panels
|
||||||
{
|
{
|
||||||
class BaseApplicableConfigPanel;
|
class BaseApplicableConfigPanel;
|
||||||
|
|
Loading…
Reference in New Issue