edit: reworked how constants are defined

This commit is contained in:
2024-07-04 23:22:41 -04:00
parent e55be26b27
commit 325a1d1350
4 changed files with 18 additions and 22 deletions

View File

@ -9,7 +9,6 @@ public:
virtual game_command get_command() = 0;
};
game_command get_direction(std::string &str, const char *COMMANDS[],
const int COMMANDS_CNT);
game_command get_direction(std::string &str);
#endif