aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/gph-sdl.h
diff options
context:
space:
mode:
authorDavid-John Willis2011-05-08 22:43:09 +0100
committerDavid-John Willis2011-06-11 17:07:08 +0100
commit64b8587507ee3cec2c38d505d2310f81b0b97ff0 (patch)
treec3157e71976f2c4e5f488e0c5ce43e165f42278a /backends/platform/gph/gph-sdl.h
parent181ea053f47420089b8aada5a2fdbc7b5e292bc8 (diff)
downloadscummvm-rg350-64b8587507ee3cec2c38d505d2310f81b0b97ff0.tar.gz
scummvm-rg350-64b8587507ee3cec2c38d505d2310f81b0b97ff0.tar.bz2
scummvm-rg350-64b8587507ee3cec2c38d505d2310f81b0b97ff0.zip
GPH: Cleanup and some WIP refactoring.
Diffstat (limited to 'backends/platform/gph/gph-sdl.h')
-rw-r--r--backends/platform/gph/gph-sdl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/gph/gph-sdl.h b/backends/platform/gph/gph-sdl.h
index 68a641eed7..8b943f98f3 100644
--- a/backends/platform/gph/gph-sdl.h
+++ b/backends/platform/gph/gph-sdl.h
@@ -28,8 +28,8 @@
#include "backends/base-backend.h"
#include "backends/platform/sdl/sdl.h"
#include "backends/platform/sdl/posix/posix.h"
-#include "backends/graphics/gph/gph-graphics.h"
#include "backends/events/gph/gph-events.h"
+#include "backends/graphics/gph/gph-graphics.h"
#define __GP2XWIZ__
@@ -39,6 +39,8 @@
class OSystem_GPH : public OSystem_POSIX {
public:
+ OSystem_GPH();
+
/* Platform Setup Stuff */
void addSysArchivesToSearchSet(Common::SearchSet &s, int priority);
void initBackend();