mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
DolphinWX: rename CGameListCtrl -> GameListCtrl
This commit is contained in:
@ -33,12 +33,12 @@ public:
|
||||
|
||||
wxDECLARE_EVENT(DOLPHIN_EVT_RELOAD_GAMELIST, wxCommandEvent);
|
||||
|
||||
class CGameListCtrl : public wxListCtrl
|
||||
class GameListCtrl : public wxListCtrl
|
||||
{
|
||||
public:
|
||||
CGameListCtrl(wxWindow* parent, const wxWindowID id, const wxPoint& pos, const wxSize& size,
|
||||
GameListCtrl(wxWindow* parent, const wxWindowID id, const wxPoint& pos, const wxSize& size,
|
||||
long style);
|
||||
~CGameListCtrl();
|
||||
~GameListCtrl() = default;
|
||||
|
||||
void BrowseForDirectory();
|
||||
const GameListItem* GetISO(size_t index) const;
|
||||
|
Reference in New Issue
Block a user