diff options
Diffstat (limited to 'src/printer/cfamily.cpp')
-rw-r--r-- | src/printer/cfamily.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/printer/cfamily.cpp b/src/printer/cfamily.cpp new file mode 100644 index 0000000..8bfeb82 --- /dev/null +++ b/src/printer/cfamily.cpp @@ -0,0 +1,8 @@ +// +// Created by ztuowen on 9/24/16. +// + +#include "printer/cfamily.h" + +using namespace std; +using namespace chill::printer; |