diff options
| author | rPatrickWarner <[email protected]> | 2024-05-08 20:37:08 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-05-08 20:37:08 -0700 |
| commit | 75adf9df19d54cc1c4a511c702f1e11879ccdf89 (patch) | |
| tree | e53f5f3430ef54c4cf60ed576cbb3e793a493fdb /CST 126/UnitTest2/pch.cpp | |
| parent | changes (diff) | |
| download | homework-1-reecepwarner-75adf9df19d54cc1c4a511c702f1e11879ccdf89.tar.xz homework-1-reecepwarner-75adf9df19d54cc1c4a511c702f1e11879ccdf89.zip | |
changes
Diffstat (limited to 'CST 126/UnitTest2/pch.cpp')
| -rw-r--r-- | CST 126/UnitTest2/pch.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CST 126/UnitTest2/pch.cpp b/CST 126/UnitTest2/pch.cpp new file mode 100644 index 0000000..64b7eef --- /dev/null +++ b/CST 126/UnitTest2/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. |