1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Fix broken includes in TestPaint.cpp

This commit is contained in:
Michał Janiszewski
2016-12-28 19:07:46 +01:00
parent 1a521c53fb
commit d15112dcb3

View File

@@ -24,13 +24,11 @@
#include "Utils.hpp"
extern "C" {
#include "../../src/hook.h"
#include "../../src/interface/viewport.h"
#include "../../src/paint/paint.h"
#include "../../src/paint/supports.h"
#include "../../src/rct2/hook.h"
#include "../../src/ride/track_data.h"
#include "../../src/interface/viewport.h"
#include "../../src/hook.h"
}
namespace TestPaint