55f6aaf9a817bfc1b330fc40c2eadb055e3269dd
[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 extern void subProcessKeyboardInput(byte);
12
13 #endif /* INPUT_H */