Skip to content

Commit e4e9ce3

Browse files
author
nitrocaster
committed
Reorganize xrGameSpy headers.
1 parent 37eb0f6 commit e4e9ce3

26 files changed

+16
-56
lines changed

src/xrGame/account_manager.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
#include "Common/Noncopyable.hpp"
55
#include "mixed_delegate.h"
6-
#include "xrGameSpy/GameSpy_FuncDefs.h"
7-
86
#include "queued_async_method.h"
7+
#include "xrGameSpy/xrGameSpy.h"
98

109
class CGameSpy_GP;
1110

src/xrGame/login_manager.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44

55
#include "Common/Noncopyable.hpp"
66
#include "mixed_delegate.h"
7-
#include "xrGameSpy/GameSpy/GP/gp.h"
7+
#include "xrGameSpy/xrGameSpy.h"
88
#include "account_manager.h"
9-
10-
#include "login_manager.h"
119
#include "queued_async_method.h"
1210

1311
class CGameSpy_Full;

src/xrGameSpy/GameSpy_ATLAS.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "stdafx.h"
22
#include "GameSpy_ATLAS.h"
3-
#include "xrGameSpy_MainDefs.h"
4-
#include "GameSpy/GP/gp.h"
53

64
CGameSpy_ATLAS::CGameSpy_ATLAS ()
75
{

src/xrGameSpy/GameSpy_ATLAS.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include "xrCore/xrCore.h"
55
#include "xrGameSpy/xrGameSpy.h"
6-
#include "xrGameSpy/GameSpy_FuncDefs.h"
76

87
class XRGAMESPY_API CGameSpy_ATLAS
98
{

src/xrGameSpy/GameSpy_Available.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "StdAfx.h"
22
#include "GameSpy_Available.h"
3-
#include "GameSpy_FuncDefs.h"
4-
#include "xrGameSpy_MainDefs.h"
53

64
bool CGameSpy_Available::CheckAvailableServices (shared_str& resultstr)
75
{

src/xrGameSpy/GameSpy_Browser.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
#include "StdAfx.h"
2-
#include "xrServerEntities/gametype_chooser.h"
32
#include "GameSpy_Browser.h"
4-
#include "GameSpy_Available.h"
3+
#include "xrServerEntities/gametype_chooser.h"
54
#include "GameSpy_Keys.h"
6-
#include "GameSpy_QR2.h"
75
#include "Common/object_broker.h"
8-
#include "xrGameSpy_MainDefs.h"
96

107
#define GAMETYPE_NAME_KEY 100
118
#define DEDICATED_KEY 101

src/xrGameSpy/GameSpy_Browser.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include "xrCore/xrCore.h"
44
#include "xrGameSpy/xrGameSpy.h"
5-
#include "xrGameSpy/GameSpy_FuncDefs.h"
65

76
class CServerList;
87
class CGameSpy_QR2;

src/xrGameSpy/GameSpy_Full.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "GameSpy_SAKE.h"
99
#include "GameSpy_ATLAS.h"
1010
#include "Common/object_broker.h"
11-
#include "xrGameSpy_MainDefs.h"
1211

1312
CGameSpy_Full::CGameSpy_Full()
1413
{

src/xrGameSpy/GameSpy_Full.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include "xrCore/xrCore.h"
44
#include "xrGameSpy/xrGameSpy.h"
5-
#include "xrGameSpy/GameSpy_FuncDefs.h"
65

76
class CGameSpy_Available;
87
class CGameSpy_Patching;

src/xrGameSpy/GameSpy_FuncDefs.h

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)