diff options
Diffstat (limited to 'mp/src/game/server/stdafx.cpp')
| -rw-r--r-- | mp/src/game/server/stdafx.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mp/src/game/server/stdafx.cpp b/mp/src/game/server/stdafx.cpp index dcd6e51c..1ec8dcd7 100644 --- a/mp/src/game/server/stdafx.cpp +++ b/mp/src/game/server/stdafx.cpp @@ -1,11 +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!!!
+//========= 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!!! |