X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInput.h;h=588542b44d63ee4562fbd623a495267c9cd1a9a0;hb=dec5093fc78bfe1356d764c2432fed6566b2af66;hp=0183b702d659ce9362d5643d26036021afbe2ed4;hpb=ce0bba1a070e5e64939491eb68087f68ef8fe870;p=rocksndiamonds.git diff --git a/src/game_sp/Input.h b/src/game_sp/Input.h index 0183b702..588542b4 100644 --- a/src/game_sp/Input.h +++ b/src/game_sp/Input.h @@ -5,17 +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 DemoBufferObject DemoBuffer; -extern boolean KeyState[255 + 1]; - -extern void subProcessKeyboardInput(byte); +void subProcessKeyboardInput(byte); -#endif /* INPUT_H */ +#endif // INPUT_H