1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Move Dropdown to UI project

This commit is contained in:
Marijn van der Werf
2017-12-07 22:33:11 +01:00
parent 0193ea4fdc
commit 1e946fc0fe
35 changed files with 44 additions and 56 deletions

View File

@@ -29,7 +29,7 @@
#include <openrct2/platform/platform.h>
#include <openrct2/ride/ride_data.h>
#include <openrct2/scenario/scenario.h>
#include <openrct2/windows/dropdown.h>
#include <openrct2-ui/interface/Dropdown.h>
#include <openrct2/world/banner.h>
#include <openrct2/world/map.h>
#include <openrct2/world/sprite.h>