X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FInput.h;h=2752b80916b747a51a55af1ccef1b862d4e9b3bc;hp=93b9f72d06d6abd06ca4b8e5f1202430a61c0c17;hb=855700d73bbef8bb1248fe0ac735738478d6044b;hpb=725f2361ad1932897edef8849a86d9ba7f65424f diff --git a/src/game_sp/Input.h b/src/game_sp/Input.h index 93b9f72d..2752b809 100644 --- a/src/game_sp/Input.h +++ b/src/game_sp/Input.h @@ -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(byte); -extern DemoBufferObject DemoBuffer; -extern boolean KeyState[255 + 1]; -extern int KeyScanCode7; +void subProcessKeyboardInput(byte); #endif /* INPUT_H */