aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-27 14:47:56 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-27 14:47:56 +0200
commitb482ed9c30cddac31dcff2d19e517bf20af30d10 (patch)
treeb65f7b2f0a841484e262f5e6396419f7587d76da /src/state.h
parent82ec0e4de089074aae26ab72040523fa7d21557d (diff)
downloadlanes-b482ed9c30cddac31dcff2d19e517bf20af30d10.tar.gz
lanes-b482ed9c30cddac31dcff2d19e517bf20af30d10.tar.bz2
lanes-b482ed9c30cddac31dcff2d19e517bf20af30d10.zip
More string_view
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
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