! Reads from a memory "lump" that contains a SGI image */
| 163 | |
| 164 | /*! Reads from a memory "lump" that contains a SGI image */ |
| 165 | ILboolean ilLoadSgiL(const void *Lump, ILuint Size) |
| 166 | { |
| 167 | iSetInputLump(Lump, Size); |
| 168 | return iLoadSgiInternal(); |
| 169 | } |
| 170 | |
| 171 | /*----------------------------------------------------------------------------*/ |
| 172 |
no test coverage detected