Skip to content

Commit

Permalink
xrGameSpy: Add GameSpy headers to PCH.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Jan 27, 2016
1 parent e4e9ce3 commit 5c24837
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/xrGameSpy/stdafx.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once


#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#define WIN32_LEAN_AND_MEAN
#include <windows.h>

// TODO: reference additional headers your program requires here
#include "xrGameSpy/GameSpy/Common/gsCommon.h"
#include "xrGameSpy/GameSpy/Common/gsAvailable.h"
#include "xrGameSpy/GameSpy/ghttp/ghttp.h"
#include "xrGameSpy/GameSpy/qr2/qr2.h"
#include "xrGameSpy/GameSpy/gcdkey/gcdkeyc.h"
#include "xrGameSpy/GameSpy/gcdkey/gcdkeys.h"
#include "xrGameSpy/GameSpy/serverbrowsing/sb_serverbrowsing.h"
#include "xrGameSpy/GameSpy/pt/pt.h"
#include "xrGameSpy/GameSpy/gp/gp.h"
#include "xrGameSpy/GameSpy/sake/sake.h"
#include "xrGameSpy/GameSpy/sc/sc.h"

0 comments on commit 5c24837

Please sign in to comment.