1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Refactor window.c to C++

This commit is contained in:
Ted John
2018-01-06 00:05:16 +00:00
committed by Michael Steenbeek
parent 83d1b6eb8f
commit c3eab7ead6
61 changed files with 100 additions and 108 deletions

View File

@@ -24,7 +24,7 @@
#include "../config/Config.h"
#include "../platform/platform.h"
#include "themes.h"
#include "window.h"
#include "Window.h"
#include "../core/Json.hpp"
#include "../core/Math.hpp"