mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
DolphinWX: rename CGameListCtrl -> GameListCtrl
This commit is contained in:
parent
1bd177561b
commit
668c6b5ce9
11 changed files with 94 additions and 98 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
#include <wx/dialog.h>
|
||||
|
||||
class CGameListCtrl;
|
||||
class GameListCtrl;
|
||||
class wxListBox;
|
||||
|
||||
class ChangeGameDialog final : public wxDialog
|
||||
{
|
||||
public:
|
||||
ChangeGameDialog(wxWindow* parent, const CGameListCtrl* const game_list);
|
||||
ChangeGameDialog(wxWindow* parent, const GameListCtrl* const game_list);
|
||||
|
||||
wxString GetChosenGameName() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue