summaryrefslogtreecommitdiff
path: root/games/devtest/LICENSE.txt
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2020-06-26 16:00:09 +0000
committersfan5 <sfan5@live.de>2020-07-08 22:51:18 +0200
commit63800fe843a38bd9a2fdeabf97cb542eb0866cad (patch)
treecdbc7474337dbf710e16d8d9c5028febe31a170e /games/devtest/LICENSE.txt
parente07090cd7e244eb989685738e84a2f5911ba09e6 (diff)
downloadminetest-63800fe843a38bd9a2fdeabf97cb542eb0866cad.tar.gz
minetest-63800fe843a38bd9a2fdeabf97cb542eb0866cad.tar.bz2
minetest-63800fe843a38bd9a2fdeabf97cb542eb0866cad.zip
Translated using Weblate (Galician)
Currently translated at 0.5% (7 of 1350 strings)
Diffstat (limited to 'games/devtest/LICENSE.txt')
0 files changed, 0 insertions, 0 deletions
119'>119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
/*
Minetest
Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2017 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 <vector>
#include <memory>
#include <string>
#include "irrlichttypes_extrabloated.h"
#include "debug.h"

class ITextureSource;
class Camera;