edit: reworked how constants are defined
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user