diff src/video/SDL_sysvideo.h @ 3976:8582c6a5ca16 SDL-1.2

Added initial support for Nintendo DS, based on the work by Troy Davis (GPF)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 25 Jun 2007 00:50:20 +0000
parents 67d518069d9a
children a1b03ba2fcd0
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Sun Jun 24 18:26:35 2007 +0000
+++ b/src/video/SDL_sysvideo.h	Mon Jun 25 00:50:20 2007 +0000
@@ -392,6 +392,9 @@
 #if SDL_VIDEO_DRIVER_DC
 extern VideoBootStrap DC_bootstrap;
 #endif
+#if SDL_VIDEO_DRIVER_NDS
+extern VideoBootStrap NDS_bootstrap;
+#endif
 #if SDL_VIDEO_DRIVER_RISCOS
 extern VideoBootStrap RISCOS_bootstrap;
 #endif