mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Refactor viewport.c to C++
This commit is contained in:
committed by
Michael Steenbeek
parent
0b84c7bb43
commit
f18595a1c1
@@ -27,7 +27,7 @@
|
||||
#include "Utils.hpp"
|
||||
|
||||
#include "data.h"
|
||||
#include <openrct2/interface/viewport.h>
|
||||
#include <openrct2/interface/Viewport.h>
|
||||
#include <openrct2/rct2.h>
|
||||
#include <openrct2/ride/Ride.h>
|
||||
#include <openrct2/ride/ride_data.h>
|
||||
@@ -106,7 +106,7 @@ private:
|
||||
{
|
||||
"../../drawing/Drawing.h",
|
||||
"../../paint/supports.h",
|
||||
"../../interface/viewport.h",
|
||||
"../../interface/Viewport.h",
|
||||
"../../paint/tile_element/tile_element.h",
|
||||
"../../paint/paint.h",
|
||||
"../../sprites.h",
|
||||
|
||||
Reference in New Issue
Block a user