diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 2 |
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 @@ | |||
7 | enum class LookupMode; | 7 | enum class LookupMode; |
8 | class Universe; | 8 | class Universe; |
9 | 9 | ||
10 | void 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_); |