15 lines
205 B
C++
15 lines
205 B
C++
|
|
#include "QGobangRule.h"
|
||
|
|
|
||
|
|
using namespace NS_QGobangTool;
|
||
|
|
|
||
|
|
QGobangRule::QGobangRule()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
bool QGobangRule::gameCheckWincheckWin(int player, int x, int y, const int board[15][15])
|
||
|
|
{
|
||
|
|
|
||
|
|
return false;
|
||
|
|
}
|