派生自 libgowrapper/face

zhangmeng
2020-01-15 6e8b6f874778a3dfadc8fa45b88e0d00c54dd83c
1
2
3
4
5
6
7
8
9
#ifndef _c_sdk_wrap_base_class_hpp_
#define _c_sdk_wrap_base_class_hpp_
 
#include <vector>
#include <functional>
 
using VecFunc = std::vector<std::function<void()> >;
 
#endif