diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-07-07 01:19:41 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-07-07 01:19:41 +0200 |
commit | f661be495da085eacceae17f0e2edf986a4279d1 (patch) | |
tree | 9b4fb43ddc3d45757c030edb83280dd7666700c4 /Hunted/pch.cpp | |
parent | 1890024e57f623ceec744bb3a6922d89d2d47640 (diff) |
KTest -> Hunted
Diffstat (limited to 'Hunted/pch.cpp')
-rw-r--r-- | Hunted/pch.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Hunted/pch.cpp b/Hunted/pch.cpp new file mode 100644 index 0000000..3a3d12b --- /dev/null +++ b/Hunted/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. |