ServerRemotePlayer implements ServerActiveObject
[oweals/minetest.git] / src / script.h
index 5f3b3912bf6a0f3c1d7141c822bb791ebb1c0b35..ce697bc50ba931b07d96e760e9bcd4df74980331 100644 (file)
@@ -24,7 +24,7 @@ typedef struct lua_State lua_State;
 //#include <string>
 
 lua_State* script_init();
-lua_State* script_deinit(lua_State *L);
+void script_deinit(lua_State *L);
 void script_error(lua_State *L, const char *fmt, ...);
 bool script_load(lua_State *L, const char *path);