aboutsummaryrefslogtreecommitdiff
path: root/advtrains/textures/advtrains_boiler.png
blob: 8c7ff0d3be908ac5453f361ab82cd5c8d0232235 (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 10 08 06 00 00 00 1f f3 ff .PNG........IHDR................
0020 61 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 a....bKGD..............pHYs.....
0040 00 0b 13 01 00 9a 9c 18 00 00 00 07 74 49 4d 45 07 e1 01 1f 0a 09 15 95 5e d6 8a 00 00 00 45 69 ............tIME........^.....Ei
0060 54 58 74 43 6f 6d 6d 65 6e 74 00 00 00 00 00 43 52 45 41 54 4f 52 3a 20 67 64 2d 6a 70 65 67 20 TXtComment.....CREATOR:.gd-jpeg.
0080 76 31 2e 30 20 28 75 73 69 6e 67 20 49 4a 47 20 4a 50 45 47 20 76 38 30 29 2c 20 71 75 61 6c 69 v1.0.(using.IJG.JPEG.v80),.quali
00a0 74 79 20 3d 20 39 30 0a aa 8c c5 0e 00 00 00 d9 49 44 41 54 38 cb ad 52 4b 0e 82 30 14 1c 2b a4 ty.=.90.........IDAT8..RK..0..+.
00c0 69 57 2c 9b ae ca c6 9b e8 19 8c 27 71 65 0c 26 1e c5 1b b8 f4 36 1c c0 0d 22 01 aa 8b 7e d2 8a iW,........'qe.&.....6..."...~..
00e0 24 24 30 9b 79 99 d7 cc 9b be 16 8c 31 30 c6 30 05 52 4a 48 29 23 8d 50 4a 41 29 9d 64 a0 b5 86 $$0.y.......10.0.RJH)#.PJA).d...
0100 d6 3a 36 c0 4c 24 4d d3 4c 3e 5c 55 d5 40 9b 9d 60 05 e0 03 00 8f b3 11 76 97 b5 6f a6 69 0a 00 .:6.L$M.L>\U.@..`.......v..o.i..
0120 b8 1f df 00 80 6d 61 e6 11 42 90 24 c9 42 3b 70 c5 f3 65 b8 ef 7b df 0c 6b f7 0a 8e bb ae 8b 0d .....ma..B.$.B;p..e..{..k.......
0140 32 3e 3e c5 99 ff c3 72 57 70 e0 dc 44 69 db d6 47 ce 78 1f f5 ea ba f6 0b 9e 9d c0 43 08 01 21 2>>....rWp..Di..G.x.........C..!
0160 44 a4 29 a5 a0 94 1a 9c cd f3 7c c1 8f 74 b0 c5 cd f2 de f2 06 40 61 eb 93 e5 ce f2 35 5c 22 19 D.).......|..t.......@a.....5\".
0180 d9 6a 19 68 e5 8f 41 88 2f bd 2e 38 61 0f c3 ad 57 00 00 00 00 49 45 4e 44 ae 42 60 82 .j.h..A./..8a...W....IEND.B`.
18 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
/*
Part of Minetest
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2013 Ciaran Gultnieks <ciaran@ciarang.com>
Copyright (C) 2013 RealBadAngel, Maciej Kasatkin <mk@realbadangel.pl>

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

#include "guiVolumeChange.h"
#include "debug.h"
#include "guiButton.h"
#include "serialization.h"
#include <string>
#include <IGUICheckBox.h>
#include <IGUIButton.h>
#include <IGUIScrollBar.h>
#include <IGUIStaticText.h>