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

@@ -12,6 +12,7 @@
# include "ScRide.hpp"
# include "../../../Context.h"
# include "../../../core/UnitConversion.h"
# include "../../../ride/Ride.h"
# include "../../../ride/RideData.h"
# include "../../Duktape.hpp"