mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Refactor drawing.c to C++
This commit is contained in:
committed by
Michael Steenbeek
parent
144dbf431c
commit
3dcbebcf68
@@ -22,7 +22,7 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <openrct2/drawing/drawing.h>
|
||||
#include <openrct2/drawing/Drawing.h>
|
||||
#include <openrct2/interface/colour.h>
|
||||
#include <openrct2/paint/Paint.h>
|
||||
#include <openrct2/paint/tile_element/TileElement.h>
|
||||
|
||||
@@ -104,7 +104,7 @@ private:
|
||||
{
|
||||
const char * includes[] =
|
||||
{
|
||||
"../../drawing/drawing.h",
|
||||
"../../drawing/Drawing.h",
|
||||
"../../paint/supports.h",
|
||||
"../../interface/viewport.h",
|
||||
"../../paint/tile_element/tile_element.h",
|
||||
|
||||
Reference in New Issue
Block a user