options.h 172 字节
Newer Older
X
Xu Peng 已提交
1 2 3 4 5 6 7 8 9 10 11 12
#ifndef VECENGINE_OPTIONS_H_
#define VECENGINE_OPTIONS_H_

namespace vecengine {

struct Options {

}; // Options

} // namespace vecengine

#endif // VECENGINE_OPTIONS_H_