diff src/video/SDL_sysvideo.h @ 1190:173c063d4f55

OS/2 port! This was mostly, if not entirely, written by "Doodle" and "Caetano": doodle@scenergy.dfmk.hu daniel@caetano.eng.br --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 23 Nov 2005 07:29:56 +0000
parents 19d8949b4584
children 86d0d01290ea
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Wed Nov 23 07:23:48 2005 +0000
+++ b/src/video/SDL_sysvideo.h	Wed Nov 23 07:29:56 2005 +0000
@@ -423,6 +423,9 @@
 #ifdef ENABLE_RISCOS
 extern VideoBootStrap RISCOS_bootstrap;
 #endif
+#ifdef __OS2__
+extern VideoBootStrap OS2FSLib_bootstrap;
+#endif
 /* This is the current video device */
 extern SDL_VideoDevice *current_video;