diff options
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.h b/src/tools.h index 09ae050..2f78b73 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -33,7 +33,7 @@ int luaG_nameof( lua_State* L); | |||
33 | int luaG_new_require( lua_State* L); | 33 | int luaG_new_require( lua_State* L); |
34 | 34 | ||
35 | void populate_func_lookup_table( lua_State* L, int _i, char const* _name); | 35 | void populate_func_lookup_table( lua_State* L, int _i, char const* _name); |
36 | void serialize_require( Universe* U, lua_State *L); | 36 | void serialize_require( DEBUGSPEW_PARAM_COMMA( Universe* U) lua_State *L); |
37 | void initialize_on_state_create( Universe* U, lua_State* L); | 37 | void initialize_on_state_create( Universe* U, lua_State* L); |
38 | void call_on_state_create( Universe* U, lua_State* L, lua_State* from_, LookupMode mode_); | 38 | void call_on_state_create( Universe* U, lua_State* L, lua_State* from_, LookupMode mode_); |
39 | 39 | ||