shithub: duke3d

ref: 62984ca13048b15166da4511f10c43d747980e85
dir: /Game/src/joystick.h/

View raw version
#ifndef __joystick_h
#define __joystick_h
#ifdef __cplusplus
extern "C" {
#endif

void   JOYSTICK_UpdateHats( void );

#ifdef __cplusplus
};

#endif
#endif /* __joystick_h */