diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.h b/src/world.h index b330d4e4..96252a7a 100644 --- a/src/world.h +++ b/src/world.h @@ -13,6 +13,7 @@ #include <stdio.h> struct SerdWorldImpl { + SerdLimits limits; SerdErrorFunc error_func; void* error_handle; uint32_t next_blank_id; |