equal
deleted
inserted
replaced
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "debug.h" |
7 #include "debug.h" |
8 #include "table/strings.h" |
8 #include "table/strings.h" |
9 #include "table/sprites.h" |
9 #include "table/sprites.h" |
10 #include "map.h" |
|
11 #include "gui.h" |
10 #include "gui.h" |
12 #include "window_gui.h" |
11 #include "window_gui.h" |
13 #include "textbuf_gui.h" |
12 #include "textbuf_gui.h" |
14 #include "command_func.h" |
13 #include "command_func.h" |
15 #include "viewport.h" |
14 #include "viewport.h" |
21 #include "newgrf_callbacks.h" |
20 #include "newgrf_callbacks.h" |
22 #include "newgrf_industries.h" |
21 #include "newgrf_industries.h" |
23 #include "newgrf_text.h" |
22 #include "newgrf_text.h" |
24 #include "date.h" |
23 #include "date.h" |
25 #include "strings_func.h" |
24 #include "strings_func.h" |
|
25 #include "map_func.h" |
26 |
26 |
27 bool _ignore_restrictions; |
27 bool _ignore_restrictions; |
28 |
28 |
29 /** Names of the widgets of the dynamic place industries gui */ |
29 /** Names of the widgets of the dynamic place industries gui */ |
30 enum DynamicPlaceIndustriesWidgets { |
30 enum DynamicPlaceIndustriesWidgets { |