blob: 7af4e2debdf09f88b509d8dda97741cc5d422455 (
plain)
ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 04 00 00 00 04 00 08 06 00 00 00 7f 1d 2b | .PNG........IHDR...............+ |
0020 | 83 00 00 00 09 70 48 59 73 00 00 0b 13 00 00 0b 13 01 00 9a 9c 18 00 00 00 61 74 45 58 74 46 69 | .....pHYs................atEXtFi |
0040 | 6c 65 00 2f 68 6f 6d 65 2f 6d 6f 72 69 74 7a 2f 5f 2e 6d 69 6e 65 74 65 73 74 2f 6d 6f 64 73 2f | le./home/moritz/_.minetest/mods/ |
0060 | 6d 6f 6e 6f 73 5f 6d 6f 64 73 5f 6d 70 2f 61 64 76 74 72 61 69 6e 73 2f 6d 6f 64 65 6c 73 2f 62 | monos_mods_mp/advtrains/models/b |
0080 | 6c 65 6e 64 65 72 2f 6d 62 62 2f 73 69 67 6e 61 6c 28 32 29 5f 68 6f 63 68 2e 62 6c 65 6e 64 e3 | lender/mbb/signal(2)_hoch.blend. |
00a0 | 0a 6c c8 00 00 00 18 74 45 58 74 44 61 74 65 00 32 30 31 36 2f 30 39 2f 31 32 20 32 32 3a 31 30 | .l.....tEXtDate.2016/09/12.22:10 |
00c0 | 3a 30 36 ce 41 0b b8 00 00 00 10 74 45 58 74 54 69 6d 65 00 30 30 3a 30 30 3a 30 30 3a 30 31 ec | :06.A......tEXtTime.00:00:00:01. |
00e0 | c3 26 c2 00 00 00 07 74 45 58 74 46 72 61 6d 65 00 31 af 92 b4 26 00 00 00 12 74 45 58 74 43 61 | .&.....tEXtFrame.1...&....tEXtCa |
0100 | 6d 65 72 61 00 75 76 5f 74 65 6d 70 5f 63 61 6d 71 4e bb ca 00 00 00 0d 74 45 58 74 53 63 65 6e | mera.uv_temp_camqN......tEXtScen |
LUAI_FUNC int luaV_equalval (lua_State *L, const TValue *t1, const TValue *t2);
LUAI_FUNC const TValue *luaV_tonumber (const TValue *obj, TValue *n);
LUAI_FUNC int luaV_tostring (lua_State *L, StkId obj);
LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
StkId val);
LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
StkId val);
LUAI_FUNC void luaV_execute (lua_State *L, int nexeccalls);
LUAI_FUNC void luaV_concat (lua_State *L, int total, int last);
#endif