aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-03-28 19:05:42 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-03-28 19:05:42 +0200
commite07ebe48156313899ab6f4a06928aac6ef818f0d (patch)
tree83ba728e58ee242f60790fa9285c453fbaa3a06d /Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp
parentb62c4b8b67b3103c691564df80f65423a9c315a0 (diff)
downloadTango-e07ebe48156313899ab6f4a06928aac6ef818f0d.tar.gz
Tango-e07ebe48156313899ab6f4a06928aac6ef818f0d.zip
Working on real-time card detection...
Diffstat (limited to 'Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp')
-rw-r--r--Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp b/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp
new file mode 100644
index 000000000..12aed5597
--- /dev/null
+++ b/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp
@@ -0,0 +1,7 @@
+#include "CardDetectionConfig.h"
+
+using namespace Tango::TCC::CardDetector;
+
+CardDetectionConfig::CardDetectionConfig()
+{
+}