comparison src/video/SDL_sysvideo.h @ 3889:67d518069d9a SDL-1.2

A few more AmigaOS things.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 04:08:50 +0000
parents eacc5bc01d1c
children 8582c6a5ca16 b8de86ee2ad6
comparison
equal deleted inserted replaced
3888:6d2e1961661a 3889:67d518069d9a
372 extern VideoBootStrap TOOLBOX_bootstrap; 372 extern VideoBootStrap TOOLBOX_bootstrap;
373 #endif 373 #endif
374 #if SDL_VIDEO_DRIVER_DRAWSPROCKET 374 #if SDL_VIDEO_DRIVER_DRAWSPROCKET
375 extern VideoBootStrap DSp_bootstrap; 375 extern VideoBootStrap DSp_bootstrap;
376 #endif 376 #endif
377 #if SDL_VIDEO_DRIVER_CYBERGRAPHICS
378 extern VideoBootStrap CGX_bootstrap;
379 #endif
380 #if SDL_VIDEO_DRIVER_PHOTON 377 #if SDL_VIDEO_DRIVER_PHOTON
381 extern VideoBootStrap ph_bootstrap; 378 extern VideoBootStrap ph_bootstrap;
382 #endif 379 #endif
383 #if SDL_VIDEO_DRIVER_EPOC 380 #if SDL_VIDEO_DRIVER_EPOC
384 extern VideoBootStrap EPOC_bootstrap; 381 extern VideoBootStrap EPOC_bootstrap;