www.pudn.com > wuziqi.rar > Judge.cpp


// Judge.cpp: implementation of the Judge class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "Judge.h" 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
/***************该类用于五子棋禁收规则*************************/ 
Judge::Judge() 
{ 
	//pstatus=CONTINUE;//初始化状态 
} 
 
Judge::~Judge() 
{ 
 
}