summaryrefslogtreecommitdiff
path: root/vphysics/traceperf/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'vphysics/traceperf/stdafx.h')
-rw-r--r--vphysics/traceperf/stdafx.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/vphysics/traceperf/stdafx.h b/vphysics/traceperf/stdafx.h
new file mode 100644
index 0000000..bacc26d
--- /dev/null
+++ b/vphysics/traceperf/stdafx.h
@@ -0,0 +1,15 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#pragma once
+
+
+#include "phyfile.h"
+#include "vphysics_interface.h"
+#include "tier0/icommandline.h"
+#include "tier0/vprof.h"
+
+// TODO: reference additional headers your program requires here