diff options
Diffstat (limited to 'src/universe.h')
-rw-r--r-- | src/universe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/universe.h b/src/universe.h index 7b9f309..4239466 100644 --- a/src/universe.h +++ b/src/universe.h | |||
@@ -133,6 +133,8 @@ class Universe | |||
133 | 133 | ||
134 | bool demoteFullUserdata{ false }; | 134 | bool demoteFullUserdata{ false }; |
135 | 135 | ||
136 | bool stripFunctions{ true }; | ||
137 | |||
136 | // before a state is created, this function will be called to obtain the allocator | 138 | // before a state is created, this function will be called to obtain the allocator |
137 | lua_CFunction provideAllocator{ nullptr }; | 139 | lua_CFunction provideAllocator{ nullptr }; |
138 | 140 | ||