Reads from a memory "lump" that contains a .pcx
| 176 | |
| 177 | //! Reads from a memory "lump" that contains a .pcx |
| 178 | ILboolean ilLoadPcxL(const void *Lump, ILuint Size) |
| 179 | { |
| 180 | iSetInputLump(Lump, Size); |
| 181 | return iLoadPcxInternal(); |
| 182 | } |
| 183 | |
| 184 | |
| 185 | // Internal function used to load the .pcx. |
no test coverage detected