blob: de80bdf962c54b7e0cae8999fb7b7ee313f1eafd [file] [log] [blame]
native_include "native_type_test_impl.h";
namespace Geometry;
struct Vector3D (native_type:"Native::Vector3D") {
x:float;
y:float;
z:float;
}
table ApplicationData {
vectors:[Vector3D];
}
root_type ApplicationData;