mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -51,12 +51,12 @@ namespace Imaging
|
||||
|
||||
static void PngWarning(png_structp, const char* b)
|
||||
{
|
||||
log_warning(b);
|
||||
LOG_WARNING(b);
|
||||
}
|
||||
|
||||
static void PngError(png_structp, const char* b)
|
||||
{
|
||||
log_error(b);
|
||||
LOG_ERROR(b);
|
||||
}
|
||||
|
||||
static Image ReadPng(std::istream& istream, bool expandTo32)
|
||||
|
||||
Reference in New Issue
Block a user