aboutsummaryrefslogtreecommitdiff
path: root/src/client/inputhandler.cpp
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2019-03-03 23:59:24 +0100
committerGitHub <noreply@github.com>2019-03-03 23:59:24 +0100
commit1af248b4097f779274412b020057fff7fbbd6da4 (patch)
treee4d0609d2a6ec3ffe5a81ebd25c892ebc5239dfe /src/client/inputhandler.cpp
parentad0f20835cd4f64f5d47f537125e9e3157717beb (diff)
downloadminetest-1af248b4097f779274412b020057fff7fbbd6da4.tar.gz
minetest-1af248b4097f779274412b020057fff7fbbd6da4.tar.bz2
minetest-1af248b4097f779274412b020057fff7fbbd6da4.zip
Bump android version code
Diffstat (limited to 'src/client/inputhandler.cpp')
0 files changed, 0 insertions, 0 deletions
f='#n124'>124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
/*
Minetest
Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2018 nerzhul, Loic Blot <loic.blot@unix-experience.fr>

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.
*/

#pragma once

#include "irrlichttypes.h"
#include <IGUIEnvironment.h>
#include "gui/guiFormSpecMenu.h"
#include "util/enriched_string.h"
#include "util/pointedthing.h"
#include "game.h"

using namespace irr;
class Client;
class GUIChatConsole;
struct MapDrawControl;

/*
 * This object intend to contain the core UI elements
 * It includes:
 *   - status texts
 *   - debug texts
 *   - chat texts
 *   - hud flags
 */