mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-29 05:00:51 -04:00
avoid the extern keyword in .cpp files
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include "DolphinWX/Frame.h"
|
||||
#include "DolphinWX/GameListCtrl.h"
|
||||
#include "DolphinWX/ISOFile.h"
|
||||
#include "DolphinWX/Main.h"
|
||||
#include "DolphinWX/NetWindow.h"
|
||||
#include "DolphinWX/WxUtils.h"
|
||||
|
||||
@@ -56,7 +57,6 @@ END_EVENT_TABLE()
|
||||
|
||||
static NetPlayServer* netplay_server = nullptr;
|
||||
static NetPlayClient* netplay_client = nullptr;
|
||||
extern CFrame* main_frame;
|
||||
NetPlayDiag *NetPlayDiag::npd = nullptr;
|
||||
|
||||
static std::string BuildGameName(const GameListItem& game)
|
||||
|
||||
Reference in New Issue
Block a user