summaryrefslogtreecommitdiff
path: root/src/printers/cfamily.cpp
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-24 17:13:14 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-24 17:13:14 -0600
commitb05825a90c3e175db3e1a2172fe52d51badafc5e (patch)
treef4839a1345fb950929d0c35d9e322ad549b42b4e /src/printers/cfamily.cpp
parentad7c7e7fc853f9f67f92ad9d59f3a4f48454e7f2 (diff)
downloadchill-b05825a90c3e175db3e1a2172fe52d51badafc5e.tar.gz
chill-b05825a90c3e175db3e1a2172fe52d51badafc5e.tar.bz2
chill-b05825a90c3e175db3e1a2172fe52d51badafc5e.zip
add generic printer
Diffstat (limited to 'src/printers/cfamily.cpp')
-rw-r--r--src/printers/cfamily.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/printers/cfamily.cpp b/src/printers/cfamily.cpp
new file mode 100644
index 0000000..305feee
--- /dev/null
+++ b/src/printers/cfamily.cpp
@@ -0,0 +1,8 @@
+//
+// Created by ztuowen on 9/24/16.
+//
+
+#include "printers/cfamily.h"
+
+using namespace std;
+using namespace chill::printer;