X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=8843061e4a669d0dafbfd85485291013b6090af3;hb=4d4c2774d4e51f7356f7a5ef32ef61a9fd2c299a;hp=ca6c0fa41eae9614c4347d2886413604704b9a6e;hpb=579be865a2f1d2a84d5295506f3e8ea9815d11af;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index ca6c0fa4..8843061e 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2020 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2022 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);