mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Refactor/Improve String and Path Handling
This commit is contained in:
@@ -88,7 +88,7 @@ namespace Console
|
||||
|
||||
void WriteLine()
|
||||
{
|
||||
fputs(platform_get_new_line(), stderr);
|
||||
fputs(PLATFORM_NEWLINE, stderr);
|
||||
}
|
||||
|
||||
void WriteLine(const utf8 * format, ...)
|
||||
@@ -105,4 +105,4 @@ namespace Console
|
||||
puts("");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user