mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
Remove Math::Clamp in favour of std::clamp
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "../util/SawyerCoding.h"
|
||||
#include "../world/Location.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
|
||||
#define ACTION_COOLDOWN_TIME_PLACE_SCENERY 20
|
||||
@@ -43,7 +44,6 @@ static int32_t _pickup_peep_old_x = LOCATION_NULL;
|
||||
# include "../core/Console.hpp"
|
||||
# include "../core/FileStream.hpp"
|
||||
# include "../core/Json.hpp"
|
||||
# include "../core/Math.hpp"
|
||||
# include "../core/MemoryStream.h"
|
||||
# include "../core/Path.hpp"
|
||||
# include "../core/String.hpp"
|
||||
|
||||
Reference in New Issue
Block a user