Use camelCase for function names
This commit is contained in:
+5
-5
@@ -19,11 +19,11 @@ namespace logid
|
||||
|
||||
const char* level_prefix(LogLevel level);
|
||||
|
||||
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);
|
||||
Direction getDirection(int x, int y);
|
||||
Direction stringToDirection(std::string s);
|
||||
GestureMode stringToGestureMode(std::string s);
|
||||
Action stringToAction(std::string s);
|
||||
LogLevel stringToLogLevel(std::string s);
|
||||
}
|
||||
|
||||
#endif //LOGID_UTIL_H
|
||||
Reference in New Issue
Block a user