aboutsummaryrefslogtreecommitdiff
path: root/fonts/mono_dejavu_sans_40.png
diff options
context:
space:
mode:
authorIFRFSX <1079092922@qq.com>2020-11-21 04:54:46 +0000
committersfan5 <sfan5@live.de>2021-01-30 21:06:14 +0100
commitdd08fe0a29e2b287721143324e143eb8395bb852 (patch)
tree740a5acf40a6e586dd523b3feebd517291783c4f /fonts/mono_dejavu_sans_40.png
parent60a7c02511fc694dd5c230ba357f813d6d198910 (diff)
downloadminetest-dd08fe0a29e2b287721143324e143eb8395bb852.tar.gz
minetest-dd08fe0a29e2b287721143324e143eb8395bb852.tar.bz2
minetest-dd08fe0a29e2b287721143324e143eb8395bb852.zip
Translated using Weblate (Chinese (Simplified))
Currently translated at 91.2% (1232 of 1350 strings)
Diffstat (limited to 'fonts/mono_dejavu_sans_40.png')
0 files changed, 0 insertions, 0 deletions
8 119 120 121 122 123 124 125 126
/*
Minetest
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 "test.h"

#include <sstream>

#include "gamedef.h"
#include "inventory.h"

class TestInventory : public TestBase {
public:
	TestInventory() { TestManager::registerTestModule(this); }