rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / Input.h
diff --git a/src/game_sp/Input.h b/src/game_sp/Input.h
new file mode 100644 (file)
index 0000000..2762b30
--- /dev/null
@@ -0,0 +1,23 @@
+// ----------------------------------------------------------------------------
+// Input.h
+// ----------------------------------------------------------------------------
+
+#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;
+
+#endif /* INPUT_H */