1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Refactor viewport.c to C++

This commit is contained in:
Ted John
2018-01-05 23:45:53 +00:00
committed by Michael Steenbeek
parent 0b84c7bb43
commit f18595a1c1
142 changed files with 175 additions and 168 deletions

View File

@@ -18,7 +18,7 @@
#include "../Cheats.h"
#include "../config/Config.h"
#include "../Game.h"
#include "../interface/viewport.h"
#include "../interface/Viewport.h"
#include "../localisation/Localisation.h"
#include "../management/Finance.h"
#include "../network/network.h"