|
|
| version 1.4, 2011/01/15 18:43:13 | version 1.5, 2011/01/15 19:16:58 |
|---|---|
| Line 31 | Line 31 |
| * joystick manager | * joystick manager |
| */ | */ |
| #ifdef __cplusplus | G_BEGIN_DECLS |
| extern "C" { | |
| #endif | |
| #define JOY_NAXIS 2 | #define JOY_NAXIS 2 |
| #define JOY_NBUTTON 4 | #define JOY_NBUTTON 4 |
| Line 86 void joymng_sync(void); | Line 84 void joymng_sync(void); |
| #endif /* SUPPORT_JOYSTICK */ | #endif /* SUPPORT_JOYSTICK */ |
| #ifdef __cplusplus | G_END_DECLS |
| } | |
| #endif | |
| #endif /* NP2_X11_JOYMNG_H__ */ | #endif /* NP2_X11_JOYMNG_H__ */ |