Codechange: Move drop down list item definitions to separate header.

This reduces the scope of the definitions which are no longer needed to create the common lists.
This commit is contained in:
Peter Nelson
2024-03-31 17:31:47 +01:00
committed by Peter Nelson
parent 56cac21086
commit 2047c27445
10 changed files with 186 additions and 160 deletions

View File

@@ -19,6 +19,7 @@
#include "fios.h"
#include "string_func.h"
#include "dropdown_type.h"
#include "dropdown_common_type.h"
#include "dropdown_func.h"
#include "querystring_gui.h"
#include "town.h"