From 19960e26c672c6337f8c6ffbe27f2c6bca49750c Mon Sep 17 00:00:00 2001 From: Vincent Glize Date: Sat, 29 Apr 2017 09:16:06 +0200 Subject: [CSM] add screenshot api lua (#5674) * [CSM] add screenshot api lua --- src/script/lua_api/l_client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script/lua_api/l_client.h') diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h index 478b8ed6c..6afcd996b 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -72,6 +72,8 @@ private: // get_protocol_version() static int l_get_protocol_version(lua_State *L); + static int l_take_screenshot(lua_State *L); + public: static void Initialize(lua_State *L, int top); }; -- cgit v1.2.3