File: mainloop.h

package info (click to toggle)
polyglot 1.4.67b-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,296 kB
  • sloc: ansic: 10,278; sh: 3,711; makefile: 18
file content (26 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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