aboutsummaryrefslogtreecommitdiff
path: root/lib/lua/src/lcode.c
diff options
context:
space:
mode:
authorFontan 030 <pomanfedurin@gmail.com>2020-06-11 19:56:06 +0000
committersfan5 <sfan5@live.de>2020-06-13 23:22:32 +0200
commit24e58b75467d00965266d1b19f8216dca338625e (patch)
tree0bb7de94d602dea596bf711fde5fadf6a4299c27 /lib/lua/src/lcode.c
parent8aa1a36bebbf1ebed963177e6368e983b5fc1436 (diff)
downloadminetest-24e58b75467d00965266d1b19f8216dca338625e.tar.gz
minetest-24e58b75467d00965266d1b19f8216dca338625e.tar.bz2
minetest-24e58b75467d00965266d1b19f8216dca338625e.zip
Translated using Weblate (Kazakh)
Currently translated at 1.8% (24 of 1288 strings)
Diffstat (limited to 'lib/lua/src/lcode.c')
0 files changed, 0 insertions, 0 deletions
com">Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "scripting_game.h" #include "server.h" #include "log.h" #include "settings.h" #include "cpp_api/s_internal.h" #include "lua_api/l_areastore.h" #include "lua_api/l_base.h" #include "lua_api/l_craft.h" #include "lua_api/l_env.h" #include "lua_api/l_inventory.h"