aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorPeter Moraliyski2002-11-30 16:03:46 +0000
committerPeter Moraliyski2002-11-30 16:03:46 +0000
commitc0c5fc274f74cf9b3809acf565aa626f52b183cb (patch)
tree9d72638d876dfa6938c86babc2d1fa58253fdbf1 /common/system.h
parent0a17046c4a29b406fa3303887b26571e89f7a644 (diff)
downloadscummvm-rg350-c0c5fc274f74cf9b3809acf565aa626f52b183cb.tar.gz
scummvm-rg350-c0c5fc274f74cf9b3809acf565aa626f52b183cb.tar.bz2
scummvm-rg350-c0c5fc274f74cf9b3809acf565aa626f52b183cb.zip
gp32 port stuff
svn-id: r5761
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 5cae9b691d..d6447f2537 100644
--- a/common/system.h
+++ b/common/system.h
@@ -183,6 +183,7 @@ extern OSystem *OSystem_Dreamcast_create();
extern OSystem *OSystem_WINCE3_create();
extern OSystem *OSystem_X11_create();
extern OSystem *OSystem_MAC_create(int gfx_mode, bool full_screen);
+extern OSystem *OSystem_GP32_create(int gfx_mode, bool full_screen); //ph0x
enum {
GFX_NORMAL = 0,
@@ -203,7 +204,8 @@ enum {
GD_MORPHOS,
GD_WINCE,
GD_MAC,
- GD_DC
+ GD_DC,
+ GD_GP32 //ph0x
};
enum {