shithub: duke3d

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