mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +01:00
Fix broken includes in TestPaint.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user