Test addons support and add tutorial ir control

This commit is contained in:
John Zhao
2018-05-04 15:57:12 +08:00
parent 2e31a79b1a
commit e041d43183
9 changed files with 76 additions and 1 deletions

View File

@@ -419,6 +419,9 @@ struct MYNTEYE_API OptionInfo {
std::int32_t def;
};
MYNTEYE_API
std::ostream &operator<<(std::ostream &os, const OptionInfo &info);
MYNTEYE_END_NAMESPACE
#endif // MYNTEYE_TYPES_H_ NOLINT