Cinnamon  1.0
chess engine
Uci.h
Go to the documentation of this file.
00001 #ifndef UCI_H_
00002 #define UCI_H_
00003 
00004 #include "IterativeDeeping.h"
00005 #include "Perft.h"
00006 
00007 class Uci {
00008 public:
00009     Uci();
00010     virtual ~Uci();
00011 
00012 private:
00013     void listner();
00014     IterativeDeeping* it;
00015     void getToken(istringstream& uip,string& token);
00016 };
00017 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines