diff options
Diffstat (limited to 'mp/src/utils/qc_eyes/StdAfx.cpp')
| -rw-r--r-- | mp/src/utils/qc_eyes/StdAfx.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mp/src/utils/qc_eyes/StdAfx.cpp b/mp/src/utils/qc_eyes/StdAfx.cpp new file mode 100644 index 00000000..8fdb97ce --- /dev/null +++ b/mp/src/utils/qc_eyes/StdAfx.cpp @@ -0,0 +1,9 @@ +//========= Copyright Valve Corporation, All rights reserved. ============//
+// stdafx.cpp : source file that includes just the standard includes
+// QC_Eyes.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+
+
|