aboutsummaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorNicolas Bacca2002-04-19 06:23:49 +0000
committerNicolas Bacca2002-04-19 06:23:49 +0000
commit44cc8c24a3e4d72e95620d45a7707d546258a3cc (patch)
tree84ece5e2879d70f2b63e4364926526bd352a8b77 /system.h
parent6215c253d4f5605201109a075e90b3d1344a8d6e (diff)
downloadscummvm-rg350-44cc8c24a3e4d72e95620d45a7707d546258a3cc.tar.gz
scummvm-rg350-44cc8c24a3e4d72e95620d45a7707d546258a3cc.tar.bz2
scummvm-rg350-44cc8c24a3e4d72e95620d45a7707d546258a3cc.zip
Update minimalist (and broken) WinCE port
svn-id: r4000
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system.h b/system.h
index 00a72a00f2..6badcb7ea1 100644
--- a/system.h
+++ b/system.h
@@ -121,6 +121,7 @@ OSystem *OSystem_SDL_create(int gfx_driver, bool full_screen);
OSystem *OSystem_NULL_create();
OSystem *OSystem_MorphOS_create(int game_id, int gfx_driver, bool full_screen);
OSystem *OSystem_Dreamcast_create();
+OSystem *OSystem_WINCE3_create();
enum {
GFX_NORMAL = 0,
@@ -140,6 +141,7 @@ enum {
GD_X = 3,
GD_NULL = 4,
GD_MORPHOS = 5,
+ GD_WINCE = 6
};