File tree Expand file tree Collapse file tree
Core/GameEngine/Source/GameNetwork/GameSpy
GameEngineDevice/Source/W3DDevice/GameClient
GameEngineDevice/Source/W3DDevice/GameClient Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949
5050GameSpyInfoInterface *TheGameSpyInfo = nullptr ;
51- extern GameSpyStagingRoom *TheGameSpyGame = nullptr ;
51+ GameSpyStagingRoom *TheGameSpyGame = nullptr ;
5252void deleteNotificationBox ();
5353
5454bool AsciiComparator::operator ()(AsciiString s1, AsciiString s2) const
Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ void GameFileClass::Close()
402402// /////////////////////////////////////////////////////////////////////////////////////////////////
403403// W3DFileSystem Class ////////////////////////////////////////////////////////////////////////////
404404// /////////////////////////////////////////////////////////////////////////////////////////////////
405- extern W3DFileSystem *TheW3DFileSystem = nullptr ;
405+ W3DFileSystem *TheW3DFileSystem = nullptr ;
406406
407407// -------------------------------------------------------------------------------------------------
408408/* * Constructor. Creating an instance of this class overrides the default
Original file line number Diff line number Diff line change @@ -870,4 +870,4 @@ END_MESSAGE_MAP()
870870std::string LayersList::TheDefaultLayerName = "Default Layer";
871871std::string LayersList::TheDefaultNewLayerName = " New Layer" ;
872872const std::string LayersList::TheUnmutableDefaultLayerName = " Default Layer" ;
873- extern LayersList *TheLayersList = nullptr ;
873+ LayersList *TheLayersList = nullptr ;
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ void RampOptions::OnWidthChange()
7979 m_rampWidth = atof (str.GetBuffer (0 ));
8080}
8181
82- extern RampOptions* TheRampOptions = nullptr ;
82+ RampOptions* TheRampOptions = nullptr ;
8383
8484BEGIN_MESSAGE_MAP (RampOptions, COptionsPanel)
8585 ON_BN_CLICKED(IDC_RO_APPLY, OnApply)
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ void GameFileClass::Close()
429429// /////////////////////////////////////////////////////////////////////////////////////////////////
430430// W3DFileSystem Class ////////////////////////////////////////////////////////////////////////////
431431// /////////////////////////////////////////////////////////////////////////////////////////////////
432- extern W3DFileSystem *TheW3DFileSystem = nullptr ;
432+ W3DFileSystem *TheW3DFileSystem = nullptr ;
433433
434434// -------------------------------------------------------------------------------------------------
435435/* * Constructor. Creating an instance of this class overrides the default
Original file line number Diff line number Diff line change @@ -1343,4 +1343,4 @@ std::string LayersList::TheDefaultNewLayerName = "New Layer";
13431343std::string LayersList::ThePolygonTriggerLayerName = " Default Trigger Layer" ;
13441344std::string LayersList::TheActiveLayerName;
13451345const std::string LayersList::TheUnmutableDefaultLayerName = " Default Object Layer" ;
1346- extern LayersList *TheLayersList = nullptr ;
1346+ LayersList *TheLayersList = nullptr ;
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ void RampOptions::OnWidthChange()
7979 m_rampWidth = atof (str.GetBuffer (0 ));
8080}
8181
82- extern RampOptions* TheRampOptions = nullptr ;
82+ RampOptions* TheRampOptions = nullptr ;
8383
8484BEGIN_MESSAGE_MAP (RampOptions, COptionsPanel)
8585 ON_BN_CLICKED(IDC_RO_APPLY, OnApply)
You can’t perform that action at this time.
0 commit comments