Skip to content

Commit

Permalink
Added Lua function for working with zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
ssccsscc authored and jacob1 committed Mar 6, 2019
1 parent a9b8626 commit 1355a43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lua/LuaScriptInterface.h
Expand Up @@ -121,6 +121,9 @@ class LuaScriptInterface: public CommandInterface
static int renderer_grid(lua_State * l);
static int renderer_debugHUD(lua_State * l);
static int renderer_depth3d(lua_State * l);
static int renderer_zoomEnabled(lua_State *l);
static int renderer_zoomWindowInfo(lua_State *l);
static int renderer_zoomScopeInfo(lua_State *l);

//Elements
void initElementsAPI();
Expand Down

0 comments on commit 1355a43

Please sign in to comment.