[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.27,1.28

Chris Apers chrilith at users.sourceforge.net
Fri May 2 03:40:39 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv20755

Modified Files:
	system.h 
Log Message:
Add PalmOS port stuff

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- system.h	2 May 2003 09:23:56 -0000	1.27
+++ system.h	2 May 2003 10:39:17 -0000	1.28
@@ -208,6 +208,7 @@
 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





More information about the Scummvm-git-logs mailing list