X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=e85b624aa963d056488e6d363c091aacf0552400;hp=329788d1a758b624b563859a77f0182555b02cd4;hb=9540760f9429bfe71894c801e85cec95e3887f8c;hpb=5665fb36316d012efc7b7d8af20dd13c0035e758 diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 329788d1..e85b624a 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -242,7 +242,7 @@ extern byte *IN_GetScanName(ScanCode); byte IN_MouseButtons (global_game_variables_t *gvar); -byte IN_JoyButtons (void); +word IN_JoyButtons (void); void INL_GetJoyDelta(word joy,int *dx,int *dy/*,boolean adaptive*/, global_game_variables_t *gvar); void IN_StartAck(global_game_variables_t *gvar);