Skip to content

Commit

Permalink
Fix compiling (add prototype for send_chat_message)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsoros authored Mar 25, 2017
1 parent 1241b01 commit c91b703
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/script/lua_api/l_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ class ModApiClient: public ModApiBase

// get_wielded_item()
static int l_get_wielded_item(lua_State *L);

// send_chat_message(message)
static int l_send_chat_message(lua_State *L);

public:
static void Initialize(lua_State *L, int top);
Expand Down

0 comments on commit c91b703

Please sign in to comment.