]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.h
boink
[16.git] / src / lib / 16_in.h
index 6cdf2514c1905eba0e13dc280cf42435dde9f1f9..280625853eded3f601a10c0d38c07fb19bfa66e4 100755 (executable)
@@ -29,6 +29,7 @@
 \r
 #include <string.h>\r
 #include "src/lib/16_head.h"\r
+#include "src/lib/timer.h"\r
 #include "src/lib/bitmap.h"\r
 \r
 #ifdef __DEBUG__\r
 #endif\r
 \r
 #ifdef __DEBUG_InputMgr__\r
-#define TESTKEYIN\r
+//#define TESTKEYIN\r
 //#define TESTCONTROLNOISY\r
 #endif\r
 \r
+static boolean testkeyin,testcontrolnoisy;\r
+\r
 #define        KeyInt  9       // The keyboard ISR number\r
 \r
 // Stuff for the joystick\r
@@ -254,8 +257,6 @@ typedef     struct
                static word             DemoOffset,DemoSize;\r
 #endif\r
 \r
-extern dword far* clockdw;\r
-\r
 //     Internal routines\r
 extern void interrupt INL_KeyService();\r
 extern void Mouse(int x);\r