mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Remove Math::Clamp in favour of std::clamp
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
#include "../Context.h"
|
||||
#include "../Game.h"
|
||||
#include "../core/Math.hpp"
|
||||
#include "../core/Util.hpp"
|
||||
#include "../object/Object.h"
|
||||
#include "../util/SawyerCoding.h"
|
||||
@@ -19,6 +18,7 @@
|
||||
#include "ObjectManager.h"
|
||||
#include "ObjectRepository.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
// 98DA00
|
||||
|
||||
Reference in New Issue
Block a user