mirror of
https://github.com/bspeice/capnp_cookbook_1
synced 2025-07-05 07:45:10 -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;
|
|
}
|