1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Create import meta object, use single method for JSON parsing

This commit is contained in:
Gymnasiast
2024-03-21 18:27:07 +01:00
parent eb2cda6a56
commit c232aa9b0c
8 changed files with 148 additions and 146 deletions

View File

@@ -16,7 +16,7 @@
#define SZ_CLOSEST "closest"
#define SZ_DITHERING "dithering"
using ImportMode = OpenRCT2::Drawing::ImageImporter::ImportMode;
using ImportMode = OpenRCT2::Drawing::ImportMode;
ImportMode gSpriteMode = ImportMode::Default;