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>2018-11-25 22:12:46 +0100
commit5683b00d0487f9ae7710653a03523714f6ff50ee (patch)
tree25aae24944da934982fc88e33bff3fff99579d95 /src/world.h
parent54ceea1115d9dfd77542d9b3551277b499c41d1f (diff)
downloadserd-5683b00d0487f9ae7710653a03523714f6ff50ee.tar.gz
serd-5683b00d0487f9ae7710653a03523714f6ff50ee.tar.bz2
serd-5683b00d0487f9ae7710653a03523714f6ff50ee.zip
Add serd_world_get_blank()
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/world.h b/src/world.h
index 85b676ee..99ef27b8 100644
--- a/src/world.h
+++ b/src/world.h
@@ -24,6 +24,8 @@
struct SerdWorldImpl {
SerdErrorSink error_sink;
void* error_handle;
+ uint32_t next_blank_id;
+ SerdNode* blank_node;
};
FILE* serd_world_fopen(SerdWorld* world, const char* path, const char* mode);