|
@ -31,6 +31,7 @@ char* getRulesMessageTicTacToe(void); |
|
|
struct ticTacToe createTicTacToe(); |
|
|
struct ticTacToe createTicTacToe(); |
|
|
int handleCommand( char* input ); |
|
|
int handleCommand( char* input ); |
|
|
void initializeBoard( bool board[3][3] ); |
|
|
void initializeBoard( bool board[3][3] ); |
|
|
|
|
|
int handleGameInput( char* input ); |
|
|
|
|
|
|
|
|
/* commands */ |
|
|
/* commands */ |
|
|
commandFunction getCommandById(int id); |
|
|
commandFunction getCommandById(int id); |
|
|