equal
deleted
inserted
replaced
2 |
2 |
3 /** @file group_gui.cpp */ |
3 /** @file group_gui.cpp */ |
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "functions.h" |
|
8 #include "table/strings.h" |
7 #include "table/strings.h" |
9 #include "table/sprites.h" |
8 #include "table/sprites.h" |
10 #include "gui.h" |
9 #include "gui.h" |
11 #include "window_gui.h" |
10 #include "window_gui.h" |
12 #include "textbuf_gui.h" |
11 #include "textbuf_gui.h" |
20 #include "group.h" |
19 #include "group.h" |
21 #include "viewport.h" |
20 #include "viewport.h" |
22 #include "debug.h" |
21 #include "debug.h" |
23 #include "strings_func.h" |
22 #include "strings_func.h" |
24 #include "core/alloc_func.hpp" |
23 #include "core/alloc_func.hpp" |
|
24 #include "window_func.h" |
25 |
25 |
26 |
26 |
27 struct Sorting { |
27 struct Sorting { |
28 Listing aircraft; |
28 Listing aircraft; |
29 Listing roadveh; |
29 Listing roadveh; |