From 15a129391bc5f31595ff365f86a7e2bc19004b5a Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Tue, 16 Apr 2002 23:24:59 +0000 Subject: Hooks for Dreamcast OSystem. svn-id: r3968 --- system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'system.h') diff --git a/system.h b/system.h index 95bb0026e9..00a72a00f2 100644 --- a/system.h +++ b/system.h @@ -120,6 +120,7 @@ public: 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(); enum { GFX_NORMAL = 0, -- cgit v1.2.3