X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=ace3a925d52dcebb3ec2ad781ece427766bed4f0;hb=9faff683f275abe93daa14b968af0126a21c50e5;hp=9db0c1ede395297799acc727d617ffb9ed905e7c;hpb=6021fc3f27b895d382fbd30488ead35657e39196;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 9db0c1ed..ace3a925 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2018 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2023 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -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);