1 // Larbin
2 // Sebastien Ailleret
3 // 03-02-00 -> 22-07-01
4 
5 #ifndef INPUT_H
6 #define INPUT_H
7 
8 #include "global.h"
9 
10 /** see if there is some input and manage it */
11 int input ();
12 
13 /** init everything */
14 void initInput ();
15 
16 #endif // INPUT_H
17