comparison src/video/ataricommon/SDL_xbiosinterrupt_s.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 d910939febfa
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
29 #ifndef _SDL_XBIOSINTERRUPT_S_H_ 29 #ifndef _SDL_XBIOSINTERRUPT_S_H_
30 #define _SDL_XBIOSINTERRUPT_S_H_ 30 #define _SDL_XBIOSINTERRUPT_S_H_
31 31
32 #include <mint/osbind.h> 32 #include <mint/osbind.h>
33 33
34 #include "SDL_types.h" 34 #include "SDL_stdinc.h"
35 35
36 /* Variables */ 36 /* Variables */
37 37
38 extern Uint16 SDL_AtariXbios_mouseb; /* buttons */ 38 extern Uint16 SDL_AtariXbios_mouseb; /* buttons */
39 extern Sint16 SDL_AtariXbios_mousex; /* X relative motion */ 39 extern Sint16 SDL_AtariXbios_mousex; /* X relative motion */