Definition in file GoPlayerMove.h.
#include <iosfwd>
#include "SgBlackWhite.h"
#include "SgPoint.h"
Go to the source code of this file.
Classes | |
class | GoPlayerMove |
Move and color of player who plays it. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, GoPlayerMove mv) |
std::ostream& operator<< | ( | std::ostream & | out, | |
GoPlayerMove | mv | |||
) |
Definition at line 12 of file GoPlayerMove.cpp.
References GoPlayerMove::Color(), GoPlayerMove::Point(), and SG_BLACK.