Skip to content

Commit

Permalink
Update luascript.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Bergström committed Sep 22, 2021
1 parent c9a65a8 commit 7b1def5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/luascript.h
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,7 @@ class LuaScriptInterface
static int luaItemTypeIsMagicField(lua_State* L);
static int luaItemTypeIsUseable(lua_State* L);
static int luaItemTypeIsPickupable(lua_State* L);
static int luaItemTypeIsKey(lua_State* L);

static int luaItemTypeGetType(lua_State* L);
static int luaItemTypeGetGroup(lua_State* L);
Expand Down

0 comments on commit 7b1def5

Please sign in to comment.