mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 07:43:01 +01:00
Fix broken includes in TestPaint.cpp
This commit is contained in:
@@ -24,13 +24,11 @@
|
|||||||
#include "Utils.hpp"
|
#include "Utils.hpp"
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "../../src/hook.h"
|
|
||||||
#include "../../src/interface/viewport.h"
|
#include "../../src/interface/viewport.h"
|
||||||
#include "../../src/paint/paint.h"
|
#include "../../src/paint/paint.h"
|
||||||
#include "../../src/paint/supports.h"
|
#include "../../src/paint/supports.h"
|
||||||
|
#include "../../src/rct2/hook.h"
|
||||||
#include "../../src/ride/track_data.h"
|
#include "../../src/ride/track_data.h"
|
||||||
#include "../../src/interface/viewport.h"
|
|
||||||
#include "../../src/hook.h"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace TestPaint
|
namespace TestPaint
|
||||||
|
|||||||
Reference in New Issue
Block a user