Mercurial > sdl-ios-xcode
comparison src/joystick/amigaos/SDL_sysjoystick.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
37 | 37 |
38 extern struct ExecBase *SysBase; | 38 extern struct ExecBase *SysBase; |
39 extern struct GfxBase *GfxBase; | 39 extern struct GfxBase *GfxBase; |
40 | 40 |
41 #include "SDL_joystick.h" | 41 #include "SDL_joystick.h" |
42 #include "SDL_sysjoystick.h" | 42 #include "../SDL_sysjoystick.h" |
43 #include "SDL_joystick_c.h" | 43 #include "../SDL_joystick_c.h" |
44 | 44 |
45 /* Function to scan the system for joysticks. | 45 /* Function to scan the system for joysticks. |
46 * This function should set SDL_numjoysticks to the number of available | 46 * This function should set SDL_numjoysticks to the number of available |
47 * joysticks. Joystick 0 should be the system default joystick. | 47 * joysticks. Joystick 0 should be the system default joystick. |
48 * It should return 0, or -1 on an unrecoverable fatal error. | 48 * It should return 0, or -1 on an unrecoverable fatal error. |