aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/state.h b/src/state.h
index a97fdab..ff70196 100644
--- a/src/state.h
+++ b/src/state.h
@@ -7,8 +7,6 @@
7enum class LookupMode; 7enum class LookupMode;
8class Universe; 8class Universe;
9 9
10void serialize_require(lua_State* L_);
11
12// ################################################################################################# 10// #################################################################################################
13 11
14[[nodiscard]] lua_State* create_state(Universe* U_, lua_State* from_); 12[[nodiscard]] lua_State* create_state(Universe* U_, lua_State* from_);