diff options
Diffstat (limited to 'game/client/stdafx.cpp')
| -rw-r--r-- | game/client/stdafx.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/game/client/stdafx.cpp b/game/client/stdafx.cpp new file mode 100644 index 0000000..fe982bc --- /dev/null +++ b/game/client/stdafx.cpp @@ -0,0 +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!!! |