QGobang/QGobangTool/QGobangRule.cpp

15 lines
205 B
C++
Raw Permalink Normal View History

2025-07-24 04:08:36 +08:00
#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;
}