diff --git a/src/openrct2/ParkImporter.h b/src/openrct2/ParkImporter.h index 4d57368b03..ccff5381c9 100644 --- a/src/openrct2/ParkImporter.h +++ b/src/openrct2/ParkImporter.h @@ -10,18 +10,8 @@ #pragma once #include "common.h" -#include "object/Object.h" - -enum PARK_LOAD_ERROR -{ - PARK_LOAD_ERROR_OK, - PARK_LOAD_ERROR_MISSING_OBJECTS, - PARK_LOAD_ERROR_INVALID_EXTENSION, - PARK_LOAD_ERROR_UNSUPPORTED_RCTC_FLAG, - PARK_LOAD_ERROR_UNKNOWN = 255 -}; - #include "core/String.hpp" +#include "object/Object.h" #include #include