Entry point for the Tic Tac Toe game. More...
#include "TicTacToeWindow.h"
Functions | |
void | play_tick_tack_toe () |
Initializes and starts the Tic Tac Toe game. | |
int | main () |
Main function, starts the game. | |
Entry point for the Tic Tac Toe game.
This file uses the following libraries and resources:
int main | ( | ) |
Main function, starts the game.
void play_tick_tack_toe | ( | ) |
Initializes and starts the Tic Tac Toe game.
< X-coordinate of the window.
< Y-coordinate of the window.
< Width of the window.
< Height of the window.
< Title of the game window.