Reads from a memory "lump" that contains an .xpm
| 124 | |
| 125 | //! Reads from a memory "lump" that contains an .xpm |
| 126 | ILboolean ilLoadXpmL(const void *Lump, ILuint Size) |
| 127 | { |
| 128 | iSetInputLump(Lump, Size); |
| 129 | return iLoadXpmInternal(); |
| 130 | } |
| 131 | |
| 132 | |
| 133 | typedef ILubyte XpmPixel[4]; |
no test coverage detected