#include #include #include #include "ticTacToe.h" int something(int a){ return a; } void printPrompt(){ printf("Let's play Tic Tac Toe. You will use O, I will use X.\nJust enter the number of the field you choose.\nYou start.\n"); }