diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-25 00:52:59 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-25 00:52:59 -0600 |
commit | fad36d9324fd13d720bc9366f4de6e968d8b8963 (patch) | |
tree | 0047265c05ca0b43ef1c5db5713ac6ada506d44a /src/printer/cfamily.cpp | |
parent | b05825a90c3e175db3e1a2172fe52d51badafc5e (diff) | |
download | chill-fad36d9324fd13d720bc9366f4de6e968d8b8963.tar.gz chill-fad36d9324fd13d720bc9366f4de6e968d8b8963.tar.bz2 chill-fad36d9324fd13d720bc9366f4de6e968d8b8963.zip |
dump tested
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; |