aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/textures/testnodes_liquidflowing.png
diff options
context:
space:
mode:
authorWuzzy <Wuzzy2@mail.ru>2022-01-30 00:39:58 +0100
committersfan5 <sfan5@live.de>2022-01-30 13:50:07 +0100
commit777fb616b6d5a5e71583b881df90d89ff8fc3e7c (patch)
tree775c921f0192c8bd020933d1347b63e11cdd434a /games/devtest/mods/testnodes/textures/testnodes_liquidflowing.png
parent172acce352acfadacce498915d8eca75e2266731 (diff)
downloadminetest-777fb616b6d5a5e71583b881df90d89ff8fc3e7c.tar.gz
minetest-777fb616b6d5a5e71583b881df90d89ff8fc3e7c.tar.bz2
minetest-777fb616b6d5a5e71583b881df90d89ff8fc3e7c.zip
Update builtin translation templates
Diffstat (limited to 'games/devtest/mods/testnodes/textures/testnodes_liquidflowing.png')
0 files changed, 0 insertions, 0 deletions
an> 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 MAPGEN_V7_HEADER #define MAPGEN_V7_HEADER #include "mapgen.h" /////////////////// Mapgen V7 flags #define MGV7_MOUNTAINS 0x01 #define MGV7_RIDGES 0x02 class BiomeManager;