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 9b42786..98bb47b 100644 --- a/src/state.h +++ b/src/state.h | |||
@@ -10,7 +10,7 @@ class Universe; | |||
10 | namespace state { | 10 | namespace state { |
11 | 11 | ||
12 | void CallOnStateCreate(Universe* U_, lua_State* L_, lua_State* from_, LookupMode mode_); | 12 | void CallOnStateCreate(Universe* U_, lua_State* L_, lua_State* from_, LookupMode mode_); |
13 | [[nodiscard]] lua_State* CreateState(Universe* U_, lua_State* from_); | 13 | [[nodiscard]] lua_State* CreateState(Universe* U_, lua_State* from_, std::string_view const& hint_); |
14 | void InitializeOnStateCreate(Universe* U_, lua_State* L_); | 14 | void InitializeOnStateCreate(Universe* U_, lua_State* L_); |
15 | [[nodiscard]] lua_State* NewLaneState(Universe* U_, SourceState from_, std::optional<std::string_view> const& libs_); | 15 | [[nodiscard]] lua_State* NewLaneState(Universe* U_, SourceState from_, std::optional<std::string_view> const& libs_); |
16 | 16 | ||