From 30487c277ac5d4be5786733ca7b98adb4c810ae9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 27 Oct 2021 14:15:31 -0400 Subject: Add custom allocator support --- src/world.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index f1124023..5e8adaeb 100644 --- a/src/world.h +++ b/src/world.h @@ -43,6 +43,8 @@ struct SerdWorldImpl { uint32_t next_blank_id; uint32_t next_document_id; + SerdAllocator* allocator; + bool stderr_color; }; -- cgit v1.2.1