1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +01:00

Compile finance.c as C++, clean up

This commit is contained in:
Michael Steenbeek
2017-10-06 22:37:06 +02:00
parent b56ad772f4
commit 31e1ad43a8
24 changed files with 140 additions and 100 deletions

View File

@@ -28,7 +28,7 @@
#include "../game.h"
#include "../localisation/localisation.h"
#include "../localisation/string_ids.h"
#include "../management/finance.h"
#include "../management/Finance.h"
#include "../rct1.h"
#include "../util/sawyercoding.h"
#include "../util/util.h"