diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/state.h b/src/state.h deleted file mode 100644 index 7401fe9..0000000 --- a/src/state.h +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include "debugspew.hpp" | ||
4 | #include "macros_and_utils.hpp" | ||
5 | |||
6 | // forwards | ||
7 | enum class LookupMode; | ||
8 | class Universe; | ||
9 | |||
10 | namespace state { | ||
11 | [[nodiscard]] lua_State* CreateState(Universe* U_, lua_State* from_, std::string_view const& hint_); | ||
12 | [[nodiscard]] lua_State* NewLaneState(Universe* U_, SourceState from_, std::optional<std::string_view> const& libs_); | ||
13 | LUAG_FUNC(supported_libs); | ||
14 | } // namespace state | ||