aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-12 17:56:27 +0200
committerDavid Robillard <d@drobilla.net>2021-03-08 23:23:05 -0500
commitf0f4bfb37f36fce6d6e216a90162b81691f61e83 (patch)
treec3038f393641334ba2c04bf82acc545f1038803f /src/world.h
parentfd276bcf70bad4520ca1d6f3c73f88073b3b58cf (diff)
downloadserd-f0f4bfb37f36fce6d6e216a90162b81691f61e83.tar.gz
serd-f0f4bfb37f36fce6d6e216a90162b81691f61e83.tar.bz2
serd-f0f4bfb37f36fce6d6e216a90162b81691f61e83.zip
Add serd_world_get_blank()
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h3
1 files changed, 3 insertions, 0 deletions
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 <stdint.h>
#include <stdio.h>
struct SerdWorldImpl {
SerdErrorFunc error_func;
void* error_handle;
+ uint32_t next_blank_id;
+ SerdNode* blank_node;
};
/// Open a file configured for fast sequential reading