rnd-20091022-1-src
[rocksndiamonds.git] / src / game_sp / Input.h
1 // ----------------------------------------------------------------------------
2 // Input.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef INPUT_H
6 #define INPUT_H
7
8 #include "vb_types.h"
9 #include "vb_defs.h"
10 #include "vb_vars.h"
11 #include "vb_lib.h"
12
13 #include "global.h"
14
15 extern void subCheckJoystick();
16 extern int subCheckRightMouseButton();
17 extern int subProcessKeyboardInput(byte);
18
19 extern DemoBufferObject DemoBuffer;
20 extern boolean KeyState[255 + 1];
21 extern int KeyScanCode7;
22
23 #endif /* INPUT_H */