diff options
Diffstat (limited to 'vstdlib/vcover.cpp')
| -rw-r--r-- | vstdlib/vcover.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vstdlib/vcover.cpp b/vstdlib/vcover.cpp new file mode 100644 index 0000000..e4eb933 --- /dev/null +++ b/vstdlib/vcover.cpp @@ -0,0 +1,9 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//============================================================================= + +#include "vstdlib/vcover.h" + +CVCoverage g_VCoverage; |