aboutsummaryrefslogtreecommitdiff
path: root/advtrains_interlocking/textures/at_il_turnout_cr_l.png
blob: fb79e3d92cf52e4682de9d27c45c3d12f1b0471b (plain)
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 20 00 00 00 20 08 06 00 00 00 73 7a 7a .PNG........IHDR.............szz
0020 f4 00 00 00 06 62 4b 47 44 00 ff 00 ff 00 ff a0 bd a7 93 00 00 00 09 70 48 59 73 00 00 0b 13 00 .....bKGD..............pHYs.....
0040 00 0b 13 01 00 9a 9c 18 00 00 00 07 74 49 4d 45 07 e2 07 04 0d 28 02 11 91 07 bb 00 00 00 19 74 ............tIME.....(.........t
0060 45 58 74 43 6f 6d 6d 65 6e 74 00 43 72 65 61 74 65 64 20 77 69 74 68 20 47 49 4d 50 57 81 0e 17 EXtComment.Created.with.GIMPW...
0080 00 00 00 a2 49 44 41 54 58 c3 ed 96 4b 0a c0 30 08 44 b5 f4 fe 57 b6 ab 42 08 ad f5 33 46 28 71 ....IDATX...K..0.D...W..B...3F(q
00a0 97 6c 7c f8 9b 61 22 12 6a 8c 83 9a 63 03 9c f3 87 88 3e 12 cc bc 5b b0 01 7a 01 be 86 74 49 05 .l|..a".j...c.....>...[..z...tI.
00c0 90 10 e1 16 a0 20 d8 a2 05 5a b2 ec 5d 30 55 40 4b 92 ad 84 b9 05 55 10 ae 19 a8 80 70 0f 21 1a .........Z..]0U@K.....U.....p.!.
00e0 22 b4 05 48 88 f0 1a a2 20 52 a7 18 01 91 d6 82 2c 04 44 8c 32 10 30 35 8c 42 40 e5 38 02 01 f7 "..H.....R......,.D.2.05.B@.8...
0100 03 5e 88 12 43 e2 81 28 73 44 56 88 52 4b f6 06 31 fe 97 7b c2 19 62 7e 2f 31 a5 77 d2 a7 8a 98 .^..C..(sDV.RK..1..{..b~/1.w....
0120 1c d1 af 6d f9 05 4a 30 3c 46 05 1b ae f4 00 00 00 00 49 45 4e 44 ae 42 60 82 ...m..J0<F........IEND.B`.
/a> 111 112 113 114 115 116 117 118 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
/*
Minetest
Copyright (C) 2010-2013 kwolekr, Ryan Kwolek <kwolekr@minetest.net>

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

#ifndef EMERGE_HEADER
#define EMERGE_HEADER

#include <map>
#include <queue>
#include "util/thread.h"

#define BLOCK_EMERGE_ALLOWGEN (1<<0)

#define EMERGE_DBG_OUT(x) \
	{ if (enable_mapgen_debug_info) \