summaryrefslogtreecommitdiff
path: root/stdafx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.cpp')
-rw-r--r--stdafx.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/stdafx.cpp b/stdafx.cpp
new file mode 100644
index 00000000000..c26ad91edc8
--- /dev/null
+++ b/stdafx.cpp
@@ -0,0 +1,14 @@
+// stdafx.cpp : source file that includes just the standard includes
+// db.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file
+
+struct MyAsserts {
+ MyAsserts() {
+
+ }
+} myassertsstdafx;