mirror of
https://github.com/bspeice/capnp_cookbook_1
synced 2024-10-04 01:01:47 -04:00
7 lines
73 B
Cap'n Proto
7 lines
73 B
Cap'n Proto
@0xab555145c708dad2;
|
|
|
|
struct Point {
|
|
x @0 :Int32;
|
|
y @1 :Int32;
|
|
}
|