X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInput.h;h=588542b44d63ee4562fbd623a495267c9cd1a9a0;hb=dec5093fc78bfe1356d764c2432fed6566b2af66;hp=55f6aaf9a817bfc1b330fc40c2eadb055e3269dd;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d;p=rocksndiamonds.git diff --git a/src/game_sp/Input.h b/src/game_sp/Input.h index 55f6aaf9..588542b4 100644 --- a/src/game_sp/Input.h +++ b/src/game_sp/Input.h @@ -8,6 +8,6 @@ #include "global.h" -extern void subProcessKeyboardInput(byte); +void subProcessKeyboardInput(byte); -#endif /* INPUT_H */ +#endif // INPUT_H