aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/textures/testnodes_palette_wallmounted.png
blob: 682f3ac84d7c43b9077e2bd1d6f50845245fe550 (plain)
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 10 00 00 00 02 08 02 00 00 00 de 8f cb .PNG........IHDR................
0020 a6 00 00 00 4f 49 44 41 54 78 01 1d 49 c5 11 c0 20 10 5c e4 7d 32 d0 7f 45 e9 20 25 c4 90 5f fc ....OIDATx..I.....\.}2..E..%.._.
0040 86 93 55 77 c5 b9 48 38 d4 17 f1 6b 0a 65 88 a2 e1 60 43 bf e6 50 64 84 ec 0f 35 ed 1d be 29 e2 ..Uw..H8...k.e...`C..Pd...5...).
0060 16 74 41 4b 38 0c ed 18 5d 51 19 2d a3 c8 10 8a 6e 68 d5 0f a4 e4 21 e9 41 ee ba fa 00 00 00 00 .tAK8...]Q.-....nh....!.A.......
0080 49 45 4e 44 ae 42 60 82 IEND.B`.
id='n65' href='#n65'>65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 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 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
/*
Minetest
Copyright (C) 2010-2014 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.
*/

#include "test.h"

#include "util/numeric.h"
#include "exceptions.h"
#include "gamedef.h"
#include "nodedef.h"


class TestNodeResolver : public TestBase {
public: