fixed name of element 'beamer' to 'teleporter'
[rocksndiamonds.git] / src / game_sp / Input.h
index 2762b305ee0c5f6d02fdb9609049bc1db1f7b69c..55f6aaf9a817bfc1b330fc40c2eadb055e3269dd 100644 (file)
@@ -5,19 +5,9 @@
 #ifndef INPUT_H
 #define INPUT_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
-extern void subCheckJoystick();
-extern int subCheckRightMouseButton();
-extern int subProcessKeyboardInput();
 
-extern DemoBufferObject DemoBuffer;
-extern boolean KeyState[255 + 1];
-extern int KeyScanCode7;
+extern void subProcessKeyboardInput(byte);
 
 #endif /* INPUT_H */