[ox] Add support for unions to model and mc

This commit is contained in:
2020-04-13 02:28:38 -05:00
parent 82a07737ec
commit 1d07890668
14 changed files with 329 additions and 195 deletions

View File

@@ -226,6 +226,8 @@ std::map<std::string, ox::Error(*)()> tests = {
}
case ox::PrimitiveType::Struct:
break;
case ox::PrimitiveType::Union:
break;
}
return OxError(0);
}