comparison 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
comparison
equal deleted inserted replaced
3975:e85e65aec22f 3976:8582c6a5ca16
390 extern VideoBootStrap PG_bootstrap; 390 extern VideoBootStrap PG_bootstrap;
391 #endif 391 #endif
392 #if SDL_VIDEO_DRIVER_DC 392 #if SDL_VIDEO_DRIVER_DC
393 extern VideoBootStrap DC_bootstrap; 393 extern VideoBootStrap DC_bootstrap;
394 #endif 394 #endif
395 #if SDL_VIDEO_DRIVER_NDS
396 extern VideoBootStrap NDS_bootstrap;
397 #endif
395 #if SDL_VIDEO_DRIVER_RISCOS 398 #if SDL_VIDEO_DRIVER_RISCOS
396 extern VideoBootStrap RISCOS_bootstrap; 399 extern VideoBootStrap RISCOS_bootstrap;
397 #endif 400 #endif
398 #if SDL_VIDEO_DRIVER_OS2FS 401 #if SDL_VIDEO_DRIVER_OS2FS
399 extern VideoBootStrap OS2FSLib_bootstrap; 402 extern VideoBootStrap OS2FSLib_bootstrap;