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