summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-01-14 16:10:58 +0000
committerpeter1138 <peter1138@openttd.org>2008-01-14 16:10:58 +0000
commit1fa2285327d339a7ea459a942ad1fc48de7642c8 (patch)
tree3a4930e55ee49d4a3da2e6070bc4f6751fd11cda /src/settings_gui.cpp
parentc6de18c3dbcb3be119d3674534bf06d92bcbe625 (diff)
downloadopenttd-1fa2285327d339a7ea459a942ad1fc48de7642c8.tar.xz
(svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index ec7c1d4c9..7ced5a6ac 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -24,6 +24,7 @@
#include "core/alloc_func.hpp"
#include "string_func.h"
#include "gfx_func.h"
+#include "widgets/dropdown_func.h"
#include "table/sprites.h"
#include "table/strings.h"