Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 281:c5010ab8ba35
Added initial support for Atari (thanks Patrice!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 17 Feb 2002 19:54:28 +0000 |
parents | e8157fcb3114 |
children | eadc0746dfaf |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Thu Feb 14 21:26:42 2002 +0000 +++ b/src/video/SDL_sysvideo.h Sun Feb 17 19:54:28 2002 +0000 @@ -392,6 +392,12 @@ #ifdef ENABLE_DUMMYVIDEO extern VideoBootStrap DUMMY_bootstrap; #endif +#ifdef ENABLE_XBIOS +extern VideoBootStrap XBIOS_bootstrap; +#endif +#ifdef ENABLE_GEM +extern VideoBootStrap GEM_bootstrap; +#endif /* This is the current video device */ extern SDL_VideoDevice *current_video;