aboutsummaryrefslogtreecommitdiff
path: root/lib/jsoncpp/json/UPDATING
diff options
context:
space:
mode:
authorAlistair Findlay <psypherium2010@gmail.com>2019-11-03 05:28:55 +1100
committerSmallJoker <SmallJoker@users.noreply.github.com>2019-11-02 19:28:55 +0100
commit5f835a72b22b7a8830f7c9a1710f1ba361a7bbb1 (patch)
treec23e9b08c95e35433690e12f9e33e60db96c6857 /lib/jsoncpp/json/UPDATING
parentf2e62298a5b204045f01e399e78eb84072df967a (diff)
downloadminetest-5f835a72b22b7a8830f7c9a1710f1ba361a7bbb1.tar.gz
minetest-5f835a72b22b7a8830f7c9a1710f1ba361a7bbb1.tar.bz2
minetest-5f835a72b22b7a8830f7c9a1710f1ba361a7bbb1.zip
Builtin: Improve /clearobjects message (#9084)
Diffstat (limited to 'lib/jsoncpp/json/UPDATING')
0 files changed, 0 insertions, 0 deletions
119' href='#n119'>119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
/*
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.
*/

#ifndef L_INVENTORY_H_
#define L_INVENTORY_H_

#include "lua_api/l_base.h"

#include "inventory.h"
#include "inventorymanager.h"

class Player;

/*