mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Extract math-related functions from common.h to Math.hpp
Saves wide inclusion of <stdexcept> header, which pulls in <string>
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
#include "../common.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
enum class CursorID : uint8_t
|
||||
{
|
||||
Arrow,
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "../ride/Vehicle.h"
|
||||
#include "../ui/UiContext.h"
|
||||
#include "../ui/WindowManager.h"
|
||||
#include "../util/Math.hpp"
|
||||
#include "../world/Climate.h"
|
||||
#include "../world/EntityList.h"
|
||||
#include "../world/Map.h"
|
||||
|
||||
Reference in New Issue
Block a user