From a3cd9bcc24a10ab4f4a553471ac130250ae8cc3d Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 26 Mar 2020 21:30:23 +0100 Subject: Hunt Showdown public release Signed-off-by: Toni Uhlig --- Hunt Showdown/CMD/pch.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Hunt Showdown/CMD/pch.cpp (limited to 'Hunt Showdown/CMD/pch.cpp') diff --git a/Hunt Showdown/CMD/pch.cpp b/Hunt Showdown/CMD/pch.cpp new file mode 100644 index 0000000..3a3d12b --- /dev/null +++ b/Hunt Showdown/CMD/pch.cpp @@ -0,0 +1,5 @@ +// pch.cpp: source file corresponding to pre-compiled header; necessary for compilation to succeed + +#include "pch.h" + +// In general, ignore this file, but keep it around if you are using pre-compiled headers. -- cgit v1.2.3