diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-10-14 20:59:12 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-10-14 20:59:12 +0200 |
commit | 81f04ce37a16025f9ba16f629e83da5e44ffbeea (patch) | |
tree | d8046ba944bf29b439e54f16876a22de5068c70e /GdiRadarTest/pch.cpp | |
parent | dca9468f66f48db7ce38e27a8a8ab7ee40d8e14c (diff) |
renamed old GdiRadar integration test (+folder) to GdiRadarTest
Diffstat (limited to 'GdiRadarTest/pch.cpp')
-rw-r--r-- | GdiRadarTest/pch.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/GdiRadarTest/pch.cpp b/GdiRadarTest/pch.cpp new file mode 100644 index 0000000..3a3d12b --- /dev/null +++ b/GdiRadarTest/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. |