1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 07:44:38 +01:00

fixed static enums; added missing headers

This commit is contained in:
anyc
2014-05-19 21:10:32 +02:00
parent 82fa4439bf
commit e6c90c6ebb
23 changed files with 30 additions and 18 deletions

View File

@@ -24,7 +24,7 @@
#include "widget.h"
#include "window.h"
static enum WINDOW_MAP_WIDGET_IDX {
enum WINDOW_MAP_WIDGET_IDX {
WIDX_BACKGROUND,
WIDX_TITLE,
WIDX_CLOSE,