1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Move UnitConversion from Util into its own compilation unit

This commit is contained in:
Aaron van Geffen
2024-10-29 11:27:00 +01:00
parent 4e27bac292
commit ece199176e
15 changed files with 117 additions and 81 deletions

View File

@@ -18,6 +18,7 @@
#include <openrct2/audio/audio.h>
#include <openrct2/core/File.h>
#include <openrct2/core/Path.hpp>
#include <openrct2/core/UnitConversion.h>
#include <openrct2/localisation/Formatter.h>
#include <openrct2/object/ObjectManager.h>
#include <openrct2/ride/RideConstruction.h>
@@ -25,7 +26,6 @@
#include <openrct2/ride/TrackDesign.h>
#include <openrct2/ride/TrackDesignRepository.h>
#include <openrct2/sprites.h>
#include <openrct2/util/Util.h>
#include <string>
#include <vector>