aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Unit_Tests/pch.cpp
diff options
context:
space:
mode:
authorJackson <[email protected]>2024-04-17 19:34:09 -0700
committerJackson <[email protected]>2024-04-17 19:34:09 -0700
commite3d5591b2fb4e38758f0873a2700fe3a1fc30c66 (patch)
treee2c7ba477fdd6f56f8daadc551fa985853be894b /CST 126/Unit_Tests/pch.cpp
parenthello world 2 (diff)
downloadhomework-1-jackwienck-Homework3.tar.xz
homework-1-jackwienck-Homework3.zip
Diffstat (limited to 'CST 126/Unit_Tests/pch.cpp')
-rw-r--r--CST 126/Unit_Tests/pch.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/CST 126/Unit_Tests/pch.cpp b/CST 126/Unit_Tests/pch.cpp
new file mode 100644
index 0000000..64b7eef
--- /dev/null
+++ b/CST 126/Unit_Tests/pch.cpp
@@ -0,0 +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.