1 
2 // mainloop.h
3 
4 #ifndef MAINLOOP_H
5 #define MAINLOOP_H
6 
7 // includes
8 
9 #include "util.h"
10 #include "uci2uci.h"
11 
12 // types
13 
14 
15 
16 
17 
18 // functions
19 
20 extern void mainloop ();
21 
22 
23 #endif // !defined MAINLOOP_H
24 
25 // end of mainloop.h
26 
27