aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h1
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;
21void luaG_dump( lua_State* L ); 21void luaG_dump( lua_State* L );
22 22
23lua_State* luaG_newstate( Universe* U, lua_State* _from, char const* libs); 23lua_State* luaG_newstate( Universe* U, lua_State* _from, char const* libs);
24void luaG_copy_one_time_settings( Universe* U, lua_State* L, lua_State* L2);
25 24
26// ################################################################################################ 25// ################################################################################################
27 26