(svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.

This commit is contained in:
2008-01-14 16:10:58 +00:00
parent 7beb63a93b
commit e4c05f8d78
17 changed files with 379 additions and 252 deletions

View File

@@ -18,6 +18,7 @@
#include "autoreplace_func.h"
#include "gfx_func.h"
#include "player_func.h"
#include "widgets/dropdown_func.h"
#include "table/sprites.h"
#include "table/strings.h"