Rename get_json_value to read_json_value

This commit is contained in:
ShadowNinja
2014-01-11 13:47:59 -05:00
parent bd8ddf1a52
commit a9df87ede0
3 changed files with 4 additions and 4 deletions

View File

@@ -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);