GSDX: Forgot a file.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5285 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1@gmail.com 2012-06-11 02:56:44 +00:00
parent 08d8287d3e
commit adfa7f1579
1 changed files with 3 additions and 0 deletions

View File

@ -65,4 +65,7 @@ public:
vector<GSSetting> m_gpu_scale;
};
struct GSDXError {};
struct GSDXRecoverableError : GSDXError {};
extern GSdxApp theApp;