X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=b56e9f4640f1c7f54dc73ddc15275f1a7ed528ce;hb=07c33a14eb8a32cfc537033ec2146c48e98ece8f;hp=9bcec25889cdab222c946b820430dff57e889794;hpb=6854ba96cbb436d52b8baaf251c57f1fa33226fa;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 9bcec258..b56e9f46 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -302,5 +302,7 @@ extern boolean IN_UserInput(dword delay,boolean clear); extern boolean IN_KeyDown(byte code); extern void IN_ClearKey(byte code); extern boolean IN_qb(byte kee); +extern ScanCode IN_GetLastScan(); +extern ScanCode IN_GetCurCode(); #endif