mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 14:46:26 +00:00
native_type_test.fbs style corrected
This commit is contained in:
@@ -3,16 +3,14 @@ native_include "vector3d_pack.h";
|
||||
|
||||
namespace Geometry;
|
||||
|
||||
struct Vector3D (native_type:"Native::Vector3D")
|
||||
{
|
||||
struct Vector3D (native_type:"Native::Vector3D") {
|
||||
x:double;
|
||||
y:double;
|
||||
z:double;
|
||||
}
|
||||
|
||||
table ApplicationData
|
||||
{
|
||||
table ApplicationData {
|
||||
vectors:[Vector3D];
|
||||
}
|
||||
|
||||
root_type ApplicationData;
|
||||
root_type ApplicationData;
|
||||
|
||||
Reference in New Issue
Block a user