From 1fa2285327d339a7ea459a942ad1fc48de7642c8 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 14 Jan 2008 16:10:58 +0000 Subject: (svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed. --- src/station_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/station_gui.cpp') diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 28b5955ab..dc3ebc397 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -23,6 +23,7 @@ #include "window_func.h" #include "viewport_func.h" #include "gfx_func.h" +#include "widgets/dropdown_func.h" #include "table/strings.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf