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

Include SDL2 using sub directory

This commit is contained in:
Ted John
2018-03-07 19:07:58 +00:00
committed by Michał Janiszewski
parent e318e0948a
commit 39a38dc193
22 changed files with 23 additions and 23 deletions

View File

@@ -19,7 +19,7 @@
#include <algorithm>
#include <cmath>
#include <unordered_map>
#include <SDL.h>
#include <SDL2/SDL.h>
#include <openrct2/config/Config.h>
#include <openrct2/core/Console.hpp>
#include <openrct2/drawing/Drawing.h>