Add command line options
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user