comparison src/vehicle_gui.cpp @ 8284:dbb7bfe0e95c draft

(svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.
author peter1138 <peter1138@openttd.org>
date Mon, 14 Jan 2008 16:10:58 +0000
parents 5613b863190d
children 56a9dfa21fe7
comparison
equal deleted inserted replaced
8283:dca081896c52 8284:dbb7bfe0e95c
33 #include "vehicle_func.h" 33 #include "vehicle_func.h"
34 #include "autoreplace_gui.h" 34 #include "autoreplace_gui.h"
35 #include "core/alloc_func.hpp" 35 #include "core/alloc_func.hpp"
36 #include "string_func.h" 36 #include "string_func.h"
37 #include "settings_type.h" 37 #include "settings_type.h"
38 #include "widgets/dropdown_func.h"
38 39
39 #include "table/sprites.h" 40 #include "table/sprites.h"
40 #include "table/strings.h" 41 #include "table/strings.h"
41 42
42 struct Sorting { 43 struct Sorting {