mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-22 03:42:41 +01:00
Codechange: Store file search paths as std::string.
This commit is contained in:
@@ -46,6 +46,7 @@ void ValidateString(const char *str);
|
||||
void str_fix_scc_encoded(char *str, const char *last);
|
||||
void str_strip_colours(char *str);
|
||||
bool strtolower(char *str);
|
||||
bool strtolower(std::string &str, std::string::size_type offs = 0);
|
||||
|
||||
bool StrValid(const char *str, const char *last);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user