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-05-27 18:23:15 +0200
commitcc1378913b22737fc1abb81de15313099d005eae (patch)
treeabbba65b63b991eae9add189ac990f331c25afaf /src/world.h
parent9143f8ece49e902dda34a5c99ae721543bfa0d33 (diff)
downloadserd-cc1378913b22737fc1abb81de15313099d005eae.tar.gz
serd-cc1378913b22737fc1abb81de15313099d005eae.tar.bz2
serd-cc1378913b22737fc1abb81de15313099d005eae.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 f35eb96c..e3bd3784 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);