File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,9 @@ Include/GameNetwork/ConnectionManager.h
527527 Include /GameNetwork/GameSpy/PingThread.h
528528 Include /GameNetwork/GameSpy/StagingRoomGameInfo.h
529529 Include /GameNetwork/GameSpy/ThreadUtils.h
530+ Include /GameNetwork/GameSpy.h
530531 Include /GameNetwork/GameSpyChat.h
532+ Include /GameNetwork/GameSpyPersistentStorage.h
531533 Include /GameNetwork/GameSpyGameInfo.h
532534 Include /GameNetwork/GameSpyGP.h
533535 Include /GameNetwork/GameSpyOverlay.h
@@ -1118,7 +1120,9 @@ Include/GameNetwork/networkutil.h
11181120 Source /GameNetwork/GameSpy/Thread/PersistentStorageThread.cpp
11191121 Source /GameNetwork/GameSpy/Thread/PingThread.cpp
11201122 Source /GameNetwork/GameSpy/Thread/ThreadUtils.cpp
1123+ Source /GameNetwork/GameSpy.cpp
11211124 Source /GameNetwork/GameSpyOverlay.cpp
1125+ Source /GameNetwork/GameSpyPersistentStorage.cpp
11221126# Source/GameNetwork/GUIUtil.cpp
11231127 Source /GameNetwork/IPEnumeration.cpp
11241128 Source /GameNetwork/LANAPI.cpp
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -459,8 +459,6 @@ set(GAMEENGINE_SRC
459459 Include /GameLogic/WeaponStatus.h
460460 #Include/GameNetwork/DisconnectManager.h
461461 #Include/GameNetwork/GameInfo.h
462- Include /GameNetwork/GameSpy.h
463- Include /GameNetwork/GameSpyPersistentStorage.h
464462 Include /GameNetwork/GUIUtil.h
465463 Include /Precompiled/PreRTS.h
466464# Source/Common/Audio/AudioEventRTS.cpp
@@ -959,11 +957,9 @@ set(GAMEENGINE_SRC
959957 #Source/GameNetwork/ConnectionManager.cpp
960958 #Source/GameNetwork/FirewallHelper.cpp
961959 #Source/GameNetwork/GameInfo.cpp
962- #Source/GameNetwork/GameSpy.cpp
963960 #Source/GameNetwork/GameSpyChat.cpp
964961 #Source/GameNetwork/GameSpyGameInfo.cpp
965962 #Source/GameNetwork/GameSpyGP.cpp
966- #Source/GameNetwork/GameSpyPersistentStorage.cpp
967963 Source /GameNetwork/GUIUtil.cpp
968964 #Source/GameNetwork/LANAPI.cpp
969965 #Source/GameNetwork/LANAPICallbacks.cpp
You can’t perform that action at this time.
0 commit comments