diff options
Diffstat (limited to 'utils/valvelib/stdafx.cpp')
| -rw-r--r-- | utils/valvelib/stdafx.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/valvelib/stdafx.cpp b/utils/valvelib/stdafx.cpp new file mode 100644 index 0000000..7355ef5 --- /dev/null +++ b/utils/valvelib/stdafx.cpp @@ -0,0 +1,13 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// +// stdafx.cpp : source file that includes just the standard includes +// again.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + |