summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_util.h')
-rw-r--r--src/script/lua_api/l_util.h3
1 files changed, 3 insertions, 0 deletions
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);