1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Ensure includes are used when needed

This commit is contained in:
Michał Janiszewski
2016-12-01 09:09:15 +01:00
parent a9eb93ce88
commit 7eb008b546
8 changed files with 14 additions and 2 deletions

View File

@@ -17,6 +17,8 @@
#ifndef _INTERFACE_KEYBOARD_SHORTCUT_H_
#define _INTERFACE_KEYBOARD_SHORTCUT_H_
#include "../common.h"
#define SHORTCUT_UNDEFINED 0xFFFF
/** The current shortcut being changed. */