X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInput.h;h=0183b702d659ce9362d5643d26036021afbe2ed4;hb=ce0bba1a070e5e64939491eb68087f68ef8fe870;hp=93b9f72d06d6abd06ca4b8e5f1202430a61c0c17;hpb=725f2361ad1932897edef8849a86d9ba7f65424f;p=rocksndiamonds.git diff --git a/src/game_sp/Input.h b/src/game_sp/Input.h index 93b9f72d..0183b702 100644 --- a/src/game_sp/Input.h +++ b/src/game_sp/Input.h @@ -12,12 +12,10 @@ #include "global.h" -extern void subCheckJoystick(); -extern int subCheckRightMouseButton(); -extern int subProcessKeyboardInput(byte); extern DemoBufferObject DemoBuffer; extern boolean KeyState[255 + 1]; -extern int KeyScanCode7; + +extern void subProcessKeyboardInput(byte); #endif /* INPUT_H */