From ea8d6d7abd86b33169b8c2b80cd382d82ba84b8b Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 12 Nov 2011 03:21:40 +0200 Subject: Scripting WIP --- src/script.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/script.h') diff --git a/src/script.h b/src/script.h index 82254744f..5f3b3912b 100644 --- a/src/script.h +++ b/src/script.h @@ -26,7 +26,6 @@ typedef struct lua_State lua_State; lua_State* script_init(); lua_State* script_deinit(lua_State *L); void script_error(lua_State *L, const char *fmt, ...); -void script_call_va(lua_State *L, const char *func, const char *sig, ...); bool script_load(lua_State *L, const char *path); #endif -- cgit v1.2.3