mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
MemcardManager: Minor cleanup of header code
This commit is contained in:
@ -17,19 +17,11 @@ class wxFileDirPickerEvent;
|
||||
class wxFilePickerCtrl;
|
||||
class wxStaticText;
|
||||
|
||||
#undef MEMCARD_MANAGER_STYLE
|
||||
#define MEMCARD_MANAGER_STYLE wxCAPTION | wxSYSTEM_MENU | wxDIALOG_NO_PARENT | wxCLOSE_BOX | wxRESIZE_BORDER | wxMAXIMIZE_BOX
|
||||
#define MEMCARDMAN_TITLE _trans("Memory Card Manager WARNING-Make backups before using, should be fixed but could mangle stuff!")
|
||||
|
||||
#define FIRSTPAGE 0
|
||||
|
||||
class CMemcardManager : public wxDialog
|
||||
class CMemcardManager final : public wxDialog
|
||||
{
|
||||
public:
|
||||
|
||||
CMemcardManager(wxWindow *parent, wxWindowID id = wxID_ANY, const wxString& title = wxGetTranslation(MEMCARDMAN_TITLE),
|
||||
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = MEMCARD_MANAGER_STYLE);
|
||||
virtual ~CMemcardManager();
|
||||
CMemcardManager(wxWindow* parent);
|
||||
~CMemcardManager();
|
||||
|
||||
private:
|
||||
DECLARE_EVENT_TABLE();
|
||||
|
Reference in New Issue
Block a user