X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Joystick%2Fjoystick.h;h=3c9d0c6ed2f8a33ce3dd933bc630c5d2df7ae837;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=f363ead6bebbce802a498f289a59e24a03b4deff;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Joystick/joystick.h b/Joystick/joystick.h index f363ead6b..3c9d0c6ed 100644 --- a/Joystick/joystick.h +++ b/Joystick/joystick.h @@ -24,12 +24,22 @@ **************************************************************************/ +#ifndef _JOYSTICK_H +#define _JOYSTICK_H + + int fgJoystickInit( int joy_num ); int fgJoystickRead( double *joy_x, double *joy_y, int *joy_b1, int *joy_b2 ); +#endif /* _JOYSTICK_H */ + + /* $Log$ -/* Revision 1.1 1997/08/29 18:06:55 curt -/* Initial revision. +/* Revision 1.2 1998/01/22 02:59:36 curt +/* Changed #ifdef FILE_H to #ifdef _FILE_H /* + * Revision 1.1 1997/08/29 18:06:55 curt + * Initial revision. + * */