1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Use C++ headers in C++ code

This commit is contained in:
Michał Janiszewski
2018-01-04 00:36:33 +01:00
committed by Michał Janiszewski
parent b2bc974fe7
commit 33a94fe1bb
10 changed files with 15 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
#include <openrct2-ui/windows/Window.h>
#include <ctype.h>
#include <cctype>
#include <string>
#include <openrct2/audio/audio.h>