X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=mainloop.h;fp=mainloop.h;h=709b3c934e5546b083f675cbbbc7fe60844f8815;hb=6442b61046f46f65bfc4bf0b3727abe2dc27acb8;hp=0000000000000000000000000000000000000000;hpb=e7a2abd9bd4fce9ebbd70793b00d9d5f99886348;p=polyglot.git diff --git a/mainloop.h b/mainloop.h new file mode 100644 index 0000000..709b3c9 --- /dev/null +++ b/mainloop.h @@ -0,0 +1,26 @@ + +// mainloop.h + +#ifndef MAINLOOP_H +#define MAINLOOP_H + +// includes + +#include "util.h" +#include "uci2uci.h" + +// types + + + + + +// functions + +extern void mainloop (); + + +#endif // !defined MAINLOOP_H + +// end of mainloop.h +