diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-25 19:25:11 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-25 19:25:11 +0200 |
| commit | 6549d8672a93893599e921d9f1938af7dcabb8bf (patch) | |
| tree | dc64b671e2186ab2252ace2f7cbf592b967b3cb2 /Software/Visual_Studio/Embroidery/libEmbroideryTest/stdafx.cpp | |
| parent | a89c62d8fc0401b437ecb51d1bbf46b8c66b9b77 (diff) | |
| download | Tango-6549d8672a93893599e921d9f1938af7dcabb8bf.tar.gz Tango-6549d8672a93893599e921d9f1938af7dcabb8bf.zip | |
Working on PES embroidery...
Diffstat (limited to 'Software/Visual_Studio/Embroidery/libEmbroideryTest/stdafx.cpp')
| -rw-r--r-- | Software/Visual_Studio/Embroidery/libEmbroideryTest/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Embroidery/libEmbroideryTest/stdafx.cpp b/Software/Visual_Studio/Embroidery/libEmbroideryTest/stdafx.cpp new file mode 100644 index 000000000..22d9737e8 --- /dev/null +++ b/Software/Visual_Studio/Embroidery/libEmbroideryTest/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes +// libEmbroideryTest.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file |
