Most .capnp files use "/c.capnp".fieldgetset. Recompile from schema files.
This commit is contained in:
parent
73b5d565de
commit
989acc3414
11 changed files with 124 additions and 60 deletions
|
|
@ -19,11 +19,14 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
# THE SOFTWARE.
|
||||
|
||||
using C = import "c.capnp";
|
||||
using Cxx = import "c++.capnp";
|
||||
|
||||
@0xa93fc509624c72d9;
|
||||
$Cxx.namespace("capnp::schema");
|
||||
|
||||
$C.fieldgetset;
|
||||
|
||||
using Id = UInt64;
|
||||
# The globally-unique ID of a file, type, or annotation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue