Add command line options

This commit is contained in:
PixlOne
2019-08-08 22:13:50 -04:00
parent e36750f8cd
commit c2b5fceaf5
3 changed files with 101 additions and 2 deletions
+1
View File
@@ -21,5 +21,6 @@ Direction get_direction(int x, int y);
Direction string_to_direction(std::string s);
GestureMode string_to_gesturemode(std::string s);
Action string_to_action(std::string s);
LogLevel string_to_loglevel(std::string s);
#endif //UTIL_H