diff src/video/SDL_sysvideo.h @ 509:dad72daf44b3

Added initial support for Dreamcast (thanks HERO!)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Oct 2002 16:50:56 +0000
parents a6fa62b1be09
children 550bccdf04bd
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Sat Oct 05 16:27:56 2002 +0000
+++ b/src/video/SDL_sysvideo.h	Sat Oct 05 16:50:56 2002 +0000
@@ -406,6 +406,9 @@
 #ifdef ENABLE_PICOGUI
 extern VideoBootStrap PG_bootstrap;
 #endif
+#ifdef ENABLE_DC
+extern VideoBootStrap DC_bootstrap;
+#endif
 /* This is the current video device */
 extern SDL_VideoDevice *current_video;