Browse Source

added a onother command

remotes/origin/georg
KaffeeMaus 11 months ago
parent
commit
5eacb3f4f0
  1. 3
      src/main/c/Georg/tictactoe.c

3
src/main/c/Georg/tictactoe.c

@ -34,7 +34,8 @@ int handleCommand( char* input ){
struct command* createCommands(){
struct command commands[] = {
{"\"start menu\" - startet das menu", startMenu}
{"\"start menu\" - startet das menu", startMenu},
{"\"start game\" - startet das spiel", startGame}
};
size_t numCommands = sizeof(commands) / sizeof(commands[0]);

Loading…
Cancel
Save