1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Refactor console.c to C++

This commit is contained in:
Ted John
2018-01-05 23:28:04 +00:00
committed by Michael Steenbeek
parent 630a5065db
commit c974daf467
10 changed files with 66 additions and 46 deletions

View File

@@ -22,7 +22,7 @@
#include <openrct2/config/Config.h>
#include <openrct2/Input.h>
#include <openrct2/interface/Chat.h>
#include <openrct2/interface/console.h>
#include <openrct2/interface/Console.h>
#include <openrct2-ui/windows/Window.h>
#include "KeyboardShortcuts.h"
#include "Input.h"