diff --git a/src/TicTacToe.c b/src/TicTacToe.c new file mode 100644 index 0000000..0852bce --- /dev/null +++ b/src/TicTacToe.c @@ -0,0 +1,2 @@ +#include +#include "TicTacToe.h" \ No newline at end of file diff --git a/src/TicTacToe.h b/src/TicTacToe.h new file mode 100644 index 0000000..64933e5 --- /dev/null +++ b/src/TicTacToe.h @@ -0,0 +1,4 @@ +#ifndef TICTACTOE_H +#define TICTACTOE_H + +#endif // TICTACTOE_H \ No newline at end of file