1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

CSM: Add a way to get current locale from CSM

This commit is contained in:
lisacvuk 2017-10-28 08:56:10 +02:00 committed by paramat
parent 241fe649f7
commit c252ed506e
3 changed files with 11 additions and 0 deletions

View file

@ -66,6 +66,8 @@ private:
// get_node(pos)
static int l_get_node_or_nil(lua_State *L);
static int l_get_language(lua_State *L);
// get_wielded_item()
static int l_get_wielded_item(lua_State *L);