From 143e8c45b2aa3811b5a12fffcea4850dd106d78f Mon Sep 17 00:00:00 2001 From: WesleyR Date: Wed, 17 Apr 2024 19:27:35 -0700 Subject: class --- CST 126/UnitTest1/pch.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CST 126/UnitTest1/pch.cpp (limited to 'CST 126/UnitTest1/pch.cpp') diff --git a/CST 126/UnitTest1/pch.cpp b/CST 126/UnitTest1/pch.cpp new file mode 100644 index 0000000..64b7eef --- /dev/null +++ b/CST 126/UnitTest1/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. -- cgit v1.2.3