aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/stdafx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/server/stdafx.cpp')
-rw-r--r--mp/src/game/server/stdafx.cpp11
1 files changed, 11 insertions, 0 deletions
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!!!