diff options
Diffstat (limited to 'NorthstarDLL/pch.cpp')
-rw-r--r-- | NorthstarDLL/pch.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/NorthstarDLL/pch.cpp b/NorthstarDLL/pch.cpp index 64b7eef6..91c22df2 100644 --- a/NorthstarDLL/pch.cpp +++ b/NorthstarDLL/pch.cpp @@ -1,5 +1,5 @@ -// pch.cpp: source file corresponding to the pre-compiled header - -#include "pch.h" - -// When you are using pre-compiled headers, this source file is necessary for compilation to succeed. +// pch.cpp: source file corresponding to the pre-compiled header
+
+#include "pch.h"
+
+// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.
|