From 97b79eeb86eedee57630b8d29f6eeab08ccb02b0 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sun, 30 Nov 2014 13:05:19 +0100 Subject: add flatbuffer support and use that for the handshake --- common/commands/handshake.fbs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/commands/handshake.fbs (limited to 'common/commands/handshake.fbs') diff --git a/common/commands/handshake.fbs b/common/commands/handshake.fbs new file mode 100644 index 0000000..4492ca9 --- /dev/null +++ b/common/commands/handshake.fbs @@ -0,0 +1,9 @@ + +namespace Toynadi; + +table Handshake { + name: string; +} + +root_type Handshake; + -- cgit v1.2.3