comparison src/video/ataricommon/SDL_ikbdinterrupt_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_IKBDINTERRUPT_S_H_ 29 #ifndef _SDL_IKBDINTERRUPT_S_H_
30 #define _SDL_IKBDINTERRUPT_S_H_ 30 #define _SDL_IKBDINTERRUPT_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 /* Const */ 36 /* Const */
37 37
38 #define IKBD_JOY_UP (1<<0) 38 #define IKBD_JOY_UP (1<<0)
39 #define IKBD_JOY_DOWN (1<<1) 39 #define IKBD_JOY_DOWN (1<<1)