diff --git a/test/testpaint/Compat.cpp b/test/testpaint/Compat.cpp index 5b527c65f8..3526d9b7c9 100644 --- a/test/testpaint/Compat.cpp +++ b/test/testpaint/Compat.cpp @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include @@ -61,19 +62,11 @@ const TileCoordsXY TileDirectionDelta[] = { }; // clang-format on -TileCoordsXYZD ride_get_entrance_location(const Ride* ride, const StationIndex stationIndex); -TileCoordsXYZD ride_get_exit_location(const Ride* ride, const StationIndex stationIndex); - uint8_t get_current_rotation() { return gCurrentRotation & 3; } -const uint32_t construction_markers[] = { - COLOUR_DARK_GREEN << 19 | COLOUR_GREY << 24 | IMAGE_TYPE_REMAP, // White - 2 << 19 | 0b110000 << 19 | IMAGE_TYPE_TRANSPARENT, // Translucent -}; - int object_entry_group_counts[] = { 128, // rides 252, // small scenery