hyperion.ng/libsrc/flatbufserver/hyperion_reply.fbs
2018-12-30 22:07:53 +01:00

9 lines
92 B
Plaintext

namespace hyperionnet;
table Reply {
error:string;
video:int = -1;
}
root_type Reply;