From: sparky4 Date: Fri, 26 Jun 2015 20:16:04 +0000 (-0500) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=5f5b99974d43c7cb19001d006af27ec1f3ff4551;p=16.git wwww modified: src/inputest.c modified: src/lib/16_in.h --- 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