From f0f4bfb37f36fce6d6e216a90162b81691f61e83 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2018 17:56:27 +0200 Subject: Add serd_world_get_blank() --- src/world.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index ab7aad80..99f0c92d 100644 --- a/src/world.h +++ b/src/world.h @@ -19,11 +19,14 @@ #include "serd/serd.h" +#include #include struct SerdWorldImpl { SerdErrorFunc error_func; void* error_handle; + uint32_t next_blank_id; + SerdNode* blank_node; }; /// Open a file configured for fast sequential reading -- cgit v1.2.1