mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 20:15:48 +00:00
DolphinWX: rename CGameListCtrl -> GameListCtrl
This commit is contained in:
parent
1bd177561b
commit
668c6b5ce9
11 changed files with 94 additions and 98 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "Common/CommonTypes.h"
|
||||
#include "Common/IniFile.h"
|
||||
|
||||
class CGameListCtrl;
|
||||
class GameListCtrl;
|
||||
class wxRect;
|
||||
class wxWindow;
|
||||
|
||||
|
@ -24,7 +24,7 @@ public:
|
|||
const wxRect window_defaults{wxDefaultCoord, wxDefaultCoord, 768, 768 - 128};
|
||||
|
||||
std::string player_name;
|
||||
const CGameListCtrl* game_list_ctrl;
|
||||
const GameListCtrl* game_list_ctrl;
|
||||
wxWindow* parent_window;
|
||||
bool use_traversal;
|
||||
std::string traversal_host;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue