aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChris Apers2003-05-02 10:39:17 +0000
committerChris Apers2003-05-02 10:39:17 +0000
commit1fbc3cf6d420c28daf5537e0e7688b3f703a76da (patch)
tree06b502eb3e4706a8b74b9923e5ea23a3595f1624 /common
parent5eace23e11977465067a806057ebf6f602713e00 (diff)
downloadscummvm-rg350-1fbc3cf6d420c28daf5537e0e7688b3f703a76da.tar.gz
scummvm-rg350-1fbc3cf6d420c28daf5537e0e7688b3f703a76da.tar.bz2
scummvm-rg350-1fbc3cf6d420c28daf5537e0e7688b3f703a76da.zip
Add PalmOS port stuff
svn-id: r7261
Diffstat (limited to 'common')
-rw-r--r--common/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index f18d72a5ef..91631ee56a 100644
--- a/common/system.h
+++ b/common/system.h
@@ -208,6 +208,7 @@ 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
+extern OSystem *OSystem_PALMOS_create(int gfx_mode);
enum {
#ifdef _WIN32_WCE