mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Rename get_json_value to read_json_value
This commit is contained in:
parent
bd8ddf1a52
commit
a9df87ede0
3 changed files with 4 additions and 4 deletions
|
@ -150,7 +150,7 @@ void luaentity_get (lua_State *L,u16 id);
|
|||
bool push_json_value (lua_State *L,
|
||||
const Json::Value &value,
|
||||
int nullindex);
|
||||
void get_json_value (lua_State *L,
|
||||
void read_json_value (lua_State *L,
|
||||
Json::Value &root,
|
||||
int index);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue