From 69c6796fb1356d78be8fefa93a80b30295b6bb54 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 28 Oct 2024 18:16:00 +0100 Subject: Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/state.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/state.h (limited to 'src/state.h') 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 @@ -#pragma once - -#include "debugspew.hpp" -#include "macros_and_utils.hpp" - -// forwards -enum class LookupMode; -class Universe; - -namespace state { - [[nodiscard]] lua_State* CreateState(Universe* U_, lua_State* from_, std::string_view const& hint_); - [[nodiscard]] lua_State* NewLaneState(Universe* U_, SourceState from_, std::optional const& libs_); - LUAG_FUNC(supported_libs); -} // namespace state -- cgit v1.2.3-55-g6feb