From 1fbc3cf6d420c28daf5537e0e7688b3f703a76da Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Fri, 2 May 2003 10:39:17 +0000 Subject: Add PalmOS port stuff svn-id: r7261 --- common/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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 -- cgit v1.2.3