mirror of
https://github.com/bspeice/capnp_cookbook_1
synced 2024-12-21 05:58:11 -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;
|
||
|
}
|