#include "mapselectdialog.h"#include "battle.h"#include "server.h"#include "settings.h"#include "ui.h"#include "uiutils.h"#include "utils/controls.h"#include "utils/debug.h"#include "globalsmanager.h"#include <wx/settings.h>#include <wx/listctrl.h>#include <wx/sizer.h>#include <wx/stattext.h>#include <wx/textctrl.h>#include <wx/radiobut.h>#include "mapgridctrl.h"#include <wx/choice.h>#include <wx/intl.h>#include <wx/button.h>#include <wx/string.h>
Go to the source code of this file.
Functions | |
| static MapGridCtrl::SortKey | GetSelectedSortKey (wxChoice *choice) |
| MapSelectDialog & | mapSelectDialog () |
| static MapGridCtrl::SortKey GetSelectedSortKey | ( | wxChoice * | choice | ) | [static] |
Definition at line 269 of file mapselectdialog.cpp.
| MapSelectDialog& mapSelectDialog | ( | ) |
Definition at line 440 of file mapselectdialog.cpp.
1.6.3