1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Move text input window to UI module

This commit is contained in:
Marijn van der Werf
2017-10-23 00:36:59 +02:00
parent de6b3b4ebf
commit 59df233669
4 changed files with 12 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
#include <openrct2/input.h>
#include <openrct2/interface/chat.h>
#include <openrct2/interface/console.h>
#include <openrct2/interface/window.h>
#include <openrct2-ui/windows/Window.h>
#include "KeyboardShortcuts.h"
#include "Input.h"