comparison src/video/xbios/SDL_xbios.h @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents c9b51268668f
children 19418e4422cb
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
21 */ 21 */
22 22
23 #ifndef _SDL_xbios_h 23 #ifndef _SDL_xbios_h
24 #define _SDL_xbios_h 24 #define _SDL_xbios_h
25 25
26 #include "SDL_types.h" 26 #include "SDL_stdinc.h"
27 #include "SDL_sysvideo.h" 27 #include "SDL_sysvideo.h"
28 28
29 /* Hidden "this" pointer for the video functions */ 29 /* Hidden "this" pointer for the video functions */
30 #define _THIS SDL_VideoDevice *this 30 #define _THIS SDL_VideoDevice *this
31 31