From 44cc8c24a3e4d72e95620d45a7707d546258a3cc Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Fri, 19 Apr 2002 06:23:49 +0000 Subject: Update minimalist (and broken) WinCE port svn-id: r4000 --- system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system.h') 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 }; -- cgit v1.2.3