diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h index 5334c90..a97fdab 100644 --- a/src/state.h +++ b/src/state.h | |||
@@ -12,7 +12,7 @@ void serialize_require(lua_State* L_); | |||
12 | // ################################################################################################# | 12 | // ################################################################################################# |
13 | 13 | ||
14 | [[nodiscard]] lua_State* create_state(Universe* U_, lua_State* from_); | 14 | [[nodiscard]] lua_State* create_state(Universe* U_, lua_State* from_); |
15 | [[nodiscard]] lua_State* luaG_newstate(Universe* U_, SourceState _from, char const* libs); | 15 | [[nodiscard]] lua_State* luaG_newstate(Universe* U_, SourceState from_, std::optional<std::string_view> const& libs_); |
16 | 16 | ||
17 | // ################################################################################################# | 17 | // ################################################################################################# |
18 | 18 | ||