diff options
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools.h b/src/tools.h index 11a541c..09ae050 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -21,7 +21,6 @@ typedef struct s_Universe Universe; | |||
21 | void luaG_dump( lua_State* L ); | 21 | void luaG_dump( lua_State* L ); |
22 | 22 | ||
23 | lua_State* luaG_newstate( Universe* U, lua_State* _from, char const* libs); | 23 | lua_State* luaG_newstate( Universe* U, lua_State* _from, char const* libs); |
24 | void luaG_copy_one_time_settings( Universe* U, lua_State* L, lua_State* L2); | ||
25 | 24 | ||
26 | // ################################################################################################ | 25 | // ################################################################################################ |
27 | 26 | ||