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

Refactor colour.c to C++

This commit is contained in:
Ted John
2018-01-05 23:08:58 +00:00
committed by Michael Steenbeek
parent b781291b58
commit 630a5065db
15 changed files with 22 additions and 16 deletions

View File

@@ -16,7 +16,7 @@
#include <algorithm>
#include "../config/Config.h"
#include "../interface/colour.h"
#include "../interface/Colour.h"
#include "../interface/viewport.h"
#include "../localisation/Localisation.h"
#include "../platform/platform.h"