diff options
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; |