removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / Input.h
1 // ----------------------------------------------------------------------------
2 // Input.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef INPUT_H
6 #define INPUT_H
7
8 #include "global.h"
9
10
11 void subProcessKeyboardInput(byte);
12
13 #endif /* INPUT_H */