projects
/
16.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
548f312
)
wwww
author
sparky4
<sparky4@cock.li>
Fri, 26 Jun 2015 20:16:04 +0000
(15:16 -0500)
committer
sparky4
<sparky4@cock.li>
Fri, 26 Jun 2015 20:16:04 +0000
(15:16 -0500)
modified: src/inputest.c
modified: src/lib/16_in.h
src/inputest.c
patch
|
blob
|
history
src/lib/16_in.h
patch
|
blob
|
history
diff --git
a/src/inputest.c
b/src/inputest.c
index d6a843aa36e7c4fc6a20a7066135c119cdf713c5..7d5777d07ac48940cc0e4cd96f61703a0642bd27 100644
(file)
--- a/
src/inputest.c
+++ b/
src/inputest.c
@@
-28,4
+28,4
@@
void
main(int argc, char *argv[])
\r
{
-}
\ No newline at end of file
+}
diff --git
a/src/lib/16_in.h
b/src/lib/16_in.h
index 262f7b114cb4ad4f997bd2d0000ee5508ef552a3..16a6ed84de84df1eb12732541696ed6e65a3d3fb 100644
(file)
--- 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);
\r
extern char IN_WaitForASCII(void);
\r
extern ScanCode IN_WaitForKey(void);
\r
-extern word IN_GetJoyButtonsDB(word joy);
\r
+extern word IN_GetJoyButtonsDB(word joy);
+
+static void interrupt INL_KeyService(void);
\r
\r
#endif
\r