X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInput.h;fp=src%2Fgame_sp%2FInput.h;h=93b9f72d06d6abd06ca4b8e5f1202430a61c0c17;hb=725f2361ad1932897edef8849a86d9ba7f65424f;hp=2762b305ee0c5f6d02fdb9609049bc1db1f7b69c;hpb=3b19d917acb541df11a45e0d4b4e40ad4e38a717;p=rocksndiamonds.git diff --git a/src/game_sp/Input.h b/src/game_sp/Input.h index 2762b305..93b9f72d 100644 --- a/src/game_sp/Input.h +++ b/src/game_sp/Input.h @@ -14,7 +14,7 @@ extern void subCheckJoystick(); extern int subCheckRightMouseButton(); -extern int subProcessKeyboardInput(); +extern int subProcessKeyboardInput(byte); extern DemoBufferObject DemoBuffer; extern boolean KeyState[255 + 1];