diff options
| author | Narendra Umate <[email protected]> | 2013-12-02 23:36:05 -0800 |
|---|---|---|
| committer | Narendra Umate <[email protected]> | 2013-12-02 23:36:05 -0800 |
| commit | 8737f191f3b59f001a77bf6c08091109211c1c9f (patch) | |
| tree | dbbf05c004d9b026f2c1f23f06600fe0add82c36 /mp/src/game/client/stdafx.cpp | |
| parent | Update .gitignore. (diff) | |
| parent | Make .xcconfigs text files too. (diff) | |
| download | source-sdk-2013-8737f191f3b59f001a77bf6c08091109211c1c9f.tar.xz source-sdk-2013-8737f191f3b59f001a77bf6c08091109211c1c9f.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mp/src/game/client/stdafx.cpp')
| -rw-r--r-- | mp/src/game/client/stdafx.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mp/src/game/client/stdafx.cpp b/mp/src/game/client/stdafx.cpp index ec79490b..fe982bce 100644 --- a/mp/src/game/client/stdafx.cpp +++ b/mp/src/game/client/stdafx.cpp @@ -1,11 +1,11 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose: Builds the precompiled header for the client 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 client DLL +// +// $NoKeywords: $ +//=============================================================================// + + +#include "cbase.h" + +// NOTE: DO NOT ADD ANY CODE OR HEADERS TO THIS FILE!!! |