From dcedfdacd1ba77591cdc0aa2b8c123c6a5ef2f5d Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 12 Nov 2011 10:39:44 +0200 Subject: Scripting WIP --- src/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script.h') diff --git a/src/script.h b/src/script.h index 5f3b3912b..ce697bc50 100644 --- a/src/script.h +++ b/src/script.h @@ -24,7 +24,7 @@ typedef struct lua_State lua_State; //#include 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); -- cgit v1.2.3