Skip to content

Commit 5c24837

Browse files
author
nitrocaster
committed
xrGameSpy: Add GameSpy headers to PCH.
1 parent e4e9ce3 commit 5c24837

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

src/xrGameSpy/stdafx.h

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
// stdafx.h : include file for standard system include files,
2-
// or project specific include files that are used frequently, but
3-
// are changed infrequently
4-
//
5-
61
#pragma once
72

8-
9-
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
10-
// Windows Header Files:
3+
#define WIN32_LEAN_AND_MEAN
114
#include <windows.h>
125

13-
// TODO: reference additional headers your program requires here
6+
#include "xrGameSpy/GameSpy/Common/gsCommon.h"
7+
#include "xrGameSpy/GameSpy/Common/gsAvailable.h"
8+
#include "xrGameSpy/GameSpy/ghttp/ghttp.h"
9+
#include "xrGameSpy/GameSpy/qr2/qr2.h"
10+
#include "xrGameSpy/GameSpy/gcdkey/gcdkeyc.h"
11+
#include "xrGameSpy/GameSpy/gcdkey/gcdkeys.h"
12+
#include "xrGameSpy/GameSpy/serverbrowsing/sb_serverbrowsing.h"
13+
#include "xrGameSpy/GameSpy/pt/pt.h"
14+
#include "xrGameSpy/GameSpy/gp/gp.h"
15+
#include "xrGameSpy/GameSpy/sake/sake.h"
16+
#include "xrGameSpy/GameSpy/sc/sc.h"

0 commit comments

Comments
 (0)