shithub: duke3d

ref: 0a411d3dee850a3beae87b95256523df7aa6104d
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 */