mirror of
https://github.com/bspeice/capnp_cookbook_2
synced 2024-11-21 23:48:09 -05:00
7 lines
73 B
Cap'n Proto
7 lines
73 B
Cap'n Proto
|
@0xab555145c708dad2;
|
||
|
|
||
|
struct Point {
|
||
|
x @0 :Int32;
|
||
|
y @1 :Int32;
|
||
|
}
|