X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FInput.h;h=588542b44d63ee4562fbd623a495267c9cd1a9a0;hp=2762b305ee0c5f6d02fdb9609049bc1db1f7b69c;hb=64e7c54dce6ea8c063f04198c64c5057d751c928;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43 diff --git a/src/game_sp/Input.h b/src/game_sp/Input.h index 2762b305..588542b4 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(); -extern DemoBufferObject DemoBuffer; -extern boolean KeyState[255 + 1]; -extern int KeyScanCode7; +void subProcessKeyboardInput(byte); -#endif /* INPUT_H */ +#endif // INPUT_H