Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 630:550bccdf04bd
Added initial support for RISC OS (thanks Peter Naulls!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 29 May 2003 04:44:13 +0000 |
parents | dad72daf44b3 |
children | 9c42ee1b7d77 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Thu May 29 04:37:17 2003 +0000 +++ b/src/video/SDL_sysvideo.h Thu May 29 04:44:13 2003 +0000 @@ -409,6 +409,9 @@ #ifdef ENABLE_DC extern VideoBootStrap DC_bootstrap; #endif +#ifdef ENABLE_RISCOS +extern VideoBootStrap RISCOS_bootstrap; +#endif /* This is the current video device */ extern SDL_VideoDevice *current_video;