aboutsummaryrefslogtreecommitdiff
path: root/src/util/numeric.h
diff options
context:
space:
mode:
authorJoan CipriĆ  Moreno <joancipria@gmail.com>2015-11-13 21:07:16 +0100
committerest31 <MTest31@outlook.com>2015-11-15 13:40:14 +0100
commitfd1b83712208ee27e8673a3f7c8febae627c22da (patch)
tree86245080efb2db1b894cf190f307db07833887c5 /src/util/numeric.h
parenta8d2aa9c817945f87d37ab49189fdb43de4650b1 (diff)
downloadminetest-fd1b83712208ee27e8673a3f7c8febae627c22da.tar.gz
minetest-fd1b83712208ee27e8673a3f7c8febae627c22da.tar.bz2
minetest-fd1b83712208ee27e8673a3f7c8febae627c22da.zip
Translated using Weblate (Spanish)
Currently translated at 45.8% (361 of 787 strings)
Diffstat (limited to 'src/util/numeric.h')
0 files changed, 0 insertions, 0 deletions
='n126' href='#n126'>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 162 163 164 165 166 167 168
/*
Minetest
Copyright (C) 2014-2016 kwolekr, Ryan Kwolek <kwolekr@minetest.net>
Copyright (C) 2015-2017 paramat

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 <unordered_set>
#include "objdef.h"
#include "noise.h"
#include "nodedef.h"

class Noise;
class Mapgen;
class MMVManip;

/////////////////// Ore generation flags