From d820a6bfd807b6d181a858f3ea8a0d0f5c2b1879 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Mon, 9 Sep 2013 22:50:25 +0200 Subject: Add Settings interface for Lua --- src/script/lua_api/l_util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/script/lua_api/l_util.h') diff --git a/src/script/lua_api/l_util.h b/src/script/lua_api/l_util.h index 71c55b342..ae2163ec8 100644 --- a/src/script/lua_api/l_util.h +++ b/src/script/lua_api/l_util.h @@ -71,6 +71,9 @@ private: // get_password_hash(name, raw_password) static int l_get_password_hash(lua_State *L); + // is_yes(string) + static int l_is_yes(lua_State *L); + public: static void Initialize(lua_State *L, int top); -- cgit v1.2.3