aboutsummaryrefslogtreecommitdiff
path: root/models/blender/mbb/tr-logo.png
diff options
context:
space:
mode:
authororwell96 <mono96.mml@gmail.com>2016-10-29 21:07:51 +0200
committerorwell96 <mono96.mml@gmail.com>2016-10-29 21:07:51 +0200
commitbe37a649f7ea83007ee15effed0a474fb8d00f59 (patch)
treef2e880cbefaed4ed6615d884794a9c30e222a39c /models/blender/mbb/tr-logo.png
parentcddc92d1debd0f804d9325fbe039d42b69af6ef8 (diff)
downloadadvtrains-be37a649f7ea83007ee15effed0a474fb8d00f59.tar.gz
advtrains-be37a649f7ea83007ee15effed0a474fb8d00f59.tar.bz2
advtrains-be37a649f7ea83007ee15effed0a474fb8d00f59.zip
fix unloaded map chunk travelling
Diffstat (limited to 'models/blender/mbb/tr-logo.png')
0 files changed, 0 insertions, 0 deletions
/a> 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
/*
Minetest
Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2013 Kahrl <kahrl@gmx.net>

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 ITEMDEF_HEADER
#define ITEMDEF_HEADER

#include "irrlichttypes_extrabloated.h"
#include <string>
#include <iostream>
#include <set>
#include "itemgroup.h"
#include "sound.h"
class IGameDef;
class Client;
struct ToolCapabilities;

/*
	Base item definition
*/

enum ItemType
{
	ITEM_NONE,
	ITEM_NODE,