Newer
Older
ss1_TicTacToeEx / TicTacToeEx / main.cpp
#include "T3EBoard.h"

int main()
{
	T3EBoard board;
	board.Play();

	return 0;
}