#include "SgSystem.h"
#include "GoPlayerMove.h"
#include <iostream>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &out, GoPlayerMove mv) |
Definition in file GoPlayerMove.cpp.
std::ostream& operator<< | ( | std::ostream & | out, | |
GoPlayerMove | mv | |||
) |
Definition at line 12 of file GoPlayerMove.cpp.
References GoPlayerMove::Color(), GoPlayerMove::Point(), and SG_BLACK.