1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Move theme code to libopenrct2ui

This commit is contained in:
Ted John
2018-06-02 11:31:14 +01:00
parent e6e61c3a2f
commit 5a368ce6d9
18 changed files with 35 additions and 39 deletions

View File

@@ -1,10 +1,10 @@
#include <openrct2/audio/audio.h>
#include <openrct2/config/Config.h>
#include <openrct2/Context.h>
#include <openrct2/interface/themes.h>
#include <openrct2/OpenRCT2.h>
#include <openrct2/world/Sprite.h>
#include <openrct2/ui/UiContext.h>
#include "Theme.h"
#include "Window.h"
#define RCT2_NEW_WINDOW (gWindowNextSlot)