1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

organisation: fix includes

This commit is contained in:
IntelOrca
2014-10-06 17:36:58 +01:00
parent 554e1fe70e
commit c8df6174b8
124 changed files with 4699 additions and 4245 deletions

View File

@@ -23,11 +23,8 @@
#include <ctype.h>
#include "addresses.h"
#include "config.h"
#include "language.h"
#include "rct2.h"
#include "osinterface.h"
#include "localisation/localisation.h"
#include "platform/osinterface.h"
// Current keyboard shortcuts
uint16 gShortcutKeys[SHORTCUT_COUNT];