#include <wx/sizer.h>#include <wx/statbox.h>#include <wx/checkbox.h>#include <wx/slider.h>#include <wx/combobox.h>#include <wx/stattext.h>#include <wx/choicdlg.h>#include <wx/defs.h>#include <wx/intl.h>#include <wx/button.h>#include <wx/tipwin.h>#include <wx/tooltip.h>#include <wx/textctrl.h>#include <map>#include "utils/controls.h"#include "utils/math.h"#include "mmoptionswrapper.h"#include "battle.h"#include "gui/spinctl/spinctrl.h"#include "utils/customdialogs.h"#include "server.h"#include "settings.h"#include "ui.h"#include "aui/auimanager.h"

Go to the source code of this file.
Functions | |
| template<class T > | |
| void | RemovePrefixed (T &v, wxString pref) |
Variables | |
| const char | sep = *("_") |
| const wxString | wxsep = _T("_") |
| void RemovePrefixed | ( | T & | v, | |
| wxString | pref | |||
| ) | [inline] |
Definition at line 430 of file battleroommmoptionstab.cpp.
| const char sep = *("_") |
Definition at line 29 of file battleroommmoptionstab.cpp.
Definition at line 30 of file battleroommmoptionstab.cpp.
1.6.3