From 39ed87570bdb2f86969d4be821c94b722dc71179 Mon Sep 17 00:00:00 2001 From: Joe Ludwig Date: Wed, 26 Jun 2013 15:22:04 -0700 Subject: First version of the SOurce SDK 2013 --- mp/src/game/server/stdafx.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mp/src/game/server/stdafx.cpp (limited to 'mp/src/game/server/stdafx.cpp') diff --git a/mp/src/game/server/stdafx.cpp b/mp/src/game/server/stdafx.cpp new file mode 100644 index 00000000..dcd6e51c --- /dev/null +++ b/mp/src/game/server/stdafx.cpp @@ -0,0 +1,11 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: Builds the precompiled header for the game DLL +// +// $NoKeywords: $ +//=============================================================================// + + +#include "cbase.h" + +// NOTE: DO NOT ADD ANY CODE OR HEADERS TO THIS FILE!!! -- cgit v1.2.3