X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInput.h;fp=src%2Fgame_sp%2FInput.h;h=2762b305ee0c5f6d02fdb9609049bc1db1f7b69c;hb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;hp=0000000000000000000000000000000000000000;hpb=1ceb7ce8723b32b267758bfda3bb7903fff8ea7a;p=rocksndiamonds.git diff --git a/src/game_sp/Input.h b/src/game_sp/Input.h new file mode 100644 index 00000000..2762b305 --- /dev/null +++ b/src/game_sp/Input.h @@ -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 */