#include "SgSystem.h"
#include "GoBook.h"
#include <algorithm>
#include <fstream>
#include <sstream>
#include "GoBoard.h"
#include "GoBoardUtil.h"
#include "GoGtpCommandUtil.h"
#include "GoGtpEngine.h"
#include "GoModBoard.h"
#include "SgDebug.h"
#include "SgException.h"
#include "SgWrite.h"
Go to the source code of this file.
Definition in file GoBook.cpp.