mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
Remove obsolete defines
Replaced already by constexprs
This commit is contained in:
@@ -29,8 +29,6 @@ struct rct2_install_info;
|
||||
|
||||
#define INVALID_HANDLE -1
|
||||
|
||||
#define TOUCH_DOUBLE_TIMEOUT 300
|
||||
|
||||
#ifdef _WIN32
|
||||
#define PATH_SEPARATOR "\\"
|
||||
#define PLATFORM_NEWLINE "\r\n"
|
||||
@@ -39,11 +37,6 @@ struct rct2_install_info;
|
||||
#define PLATFORM_NEWLINE "\n"
|
||||
#endif
|
||||
|
||||
#define SHIFT 0x100
|
||||
#define CTRL 0x200
|
||||
#define ALT 0x400
|
||||
#define CMD 0x800
|
||||
|
||||
struct resolution_t {
|
||||
sint32 width, height;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user