Mercurial > sdl-ios-xcode
comparison src/joystick/mint/SDL_sysjoystick.c @ 557:0ce5a68278fd
Updated Atari port for new system headers (thanks Patrice!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 07 Dec 2002 06:54:47 +0000 |
parents | 7853b6af5957 |
children | b8d311d90021 |
comparison
equal
deleted
inserted
replaced
556:08588ee79a67 | 557:0ce5a68278fd |
---|---|
33 | 33 |
34 #include <stdio.h> | 34 #include <stdio.h> |
35 #include <stdlib.h> | 35 #include <stdlib.h> |
36 #include <string.h> | 36 #include <string.h> |
37 | 37 |
38 #include <sys/cookie.h> | 38 #include <mint/cookie.h> |
39 #include <mint/osbind.h> | 39 #include <mint/osbind.h> |
40 | 40 |
41 #include "SDL_types.h" | 41 #include "SDL_types.h" |
42 #include "SDL_error.h" | 42 #include "SDL_error.h" |
43 #include "SDL_joystick.h" | 43 #include "SDL_joystick.h" |