diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-24 17:13:14 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-24 17:13:14 -0600 |
commit | b05825a90c3e175db3e1a2172fe52d51badafc5e (patch) | |
tree | f4839a1345fb950929d0c35d9e322ad549b42b4e /src/printers/cfamily.cpp | |
parent | ad7c7e7fc853f9f67f92ad9d59f3a4f48454e7f2 (diff) | |
download | chill-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.cpp | 8 |
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; |