aboutsummaryrefslogtreecommitdiff
path: root/advtrains_interlocking/textures/at_il_route_start.png
blob: dcb5160acbbb46ed120dd897b3b27e5b4339d82c (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 31 1a 99 fd 36 f5 00 00 00 19 74 ............tIME.....1...6.....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 e4 49 44 41 54 58 c3 ed 97 3b 0e c3 20 0c 40 6d 0b f5 14 bd 4f a6 9c 96 89 ab b1 b8 43 ....IDATX...;....@m....O.......C
00a0 43 4b 1a 93 f0 b1 cb 12 2f 44 38 f1 7b c2 41 08 80 91 f0 c0 e0 81 47 4a e0 10 3c 8f b5 af 16 aa CK....../D8.{.A.......GJ..<.....
00c0 c0 07 24 50 0d de 29 81 aa f0 0e 09 54 87 37 4a a0 09 bc 41 82 ba e0 52 61 69 ae 42 9c 54 e0 03 ..$P..).....T 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 UTIL_POINTEDTHING_HEADER #define UTIL_POINTEDTHING_HEADER #include "../irrlichttypes.h" #include "../irr_v3d.h" #include <iostream> #include <string> enum PointedThingType { POINTEDTHING_NOTHING, POINTEDTHING_NODE, POINTEDTHING_OBJECT }; struct PointedThing { Pointed