aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions.h
diff options
context:
space:
mode:
authorDiego Martínez <lkaezadl3@gmail.com>2016-01-25 08:35:47 +0100
committerest31 <MTest31@outlook.com>2016-02-27 03:42:34 +0100
commitacf40f15cc6a25b48fd94786775d5a3414bf3194 (patch)
tree02197c19cfd19d8e3ddd6af7ed9cc7df6b971e34 /src/exceptions.h
parent7a8687b83c2c35b8288dae08d54ce5881b83e651 (diff)
downloadminetest-acf40f15cc6a25b48fd94786775d5a3414bf3194.tar.gz
minetest-acf40f15cc6a25b48fd94786775d5a3414bf3194.tar.bz2
minetest-acf40f15cc6a25b48fd94786775d5a3414bf3194.zip
Translated using Weblate (Spanish)
Currently translated at 45.9% (362 of 787 strings)
Diffstat (limited to 'src/exceptions.h')
0 files changed, 0 insertions, 0 deletions
re>
/*
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.
*/

/******************************************************************************/
/******************************************************************************/
/* WARNING!!!! do NOT add this header in any include file or any code file    */
/*             not being a modapi file!!!!!!!!                                */