From 5f5b99974d43c7cb19001d006af27ec1f3ff4551 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 26 Jun 2015 15:16:04 -0500 Subject: [PATCH] wwww modified: src/inputest.c modified: src/lib/16_in.h --- src/inputest.c | 2 +- src/lib/16_in.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/inputest.c b/src/inputest.c index d6a843aa..7d5777d0 100644 --- a/src/inputest.c +++ b/src/inputest.c @@ -28,4 +28,4 @@ void main(int argc, char *argv[]) { -} \ No newline at end of file +} diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 262f7b11..16a6ed84 100644 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -311,6 +311,8 @@ extern boolean IN_UserInput(dword delay,boolean clear), extern byte *IN_GetScanName(ScanCode); extern char IN_WaitForASCII(void); extern ScanCode IN_WaitForKey(void); -extern word IN_GetJoyButtonsDB(word joy); +extern word IN_GetJoyButtonsDB(word joy); + +static void interrupt INL_KeyService(void); #endif -- 2.39.5