diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/world.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/world.c b/src/world.c index 800a8bbc..f449ed50 100644 --- a/src/world.c +++ b/src/world.c @@ -111,6 +111,12 @@ serd_world_free(SerdWorld* world) } } +SerdNodes* +serd_world_nodes(SerdWorld* world) +{ + return world->nodes; +} + const SerdNode* serd_world_get_blank(SerdWorld* world) { |