aboutsummaryrefslogtreecommitdiff
path: root/fonts/DroidSansFallbackFull-LICENSE.txt
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-04-20 19:50:34 +0200
committerGitHub <noreply@github.com>2021-04-20 19:50:34 +0200
commita24899bf2dcd58916922d671ee8761448b6876e5 (patch)
tree3bee9dcc7f2c3f31b34b16a91d9d5507084b2ce0 /fonts/DroidSansFallbackFull-LICENSE.txt
parent1da73418cd2ea0e03e8289f54a47dededcf8b331 (diff)
downloadminetest-a24899bf2dcd58916922d671ee8761448b6876e5.tar.gz
minetest-a24899bf2dcd58916922d671ee8761448b6876e5.tar.bz2
minetest-a24899bf2dcd58916922d671ee8761448b6876e5.zip
Look for PostgreSQL library properly and fix CI
Diffstat (limited to 'fonts/DroidSansFallbackFull-LICENSE.txt')
0 files changed, 0 insertions, 0 deletions
'>115 116 117 118 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;

/*
	InvRef
*/

class InvRef : public ModApiBase {
private:
	InventoryLocation m_loc;

	static const char className[];