Reads from a memory "lump" that contains a Sun
| 190 | |
| 191 | //! Reads from a memory "lump" that contains a Sun |
| 192 | ILboolean ilLoadSunL(const void *Lump, ILuint Size) |
| 193 | { |
| 194 | iSetInputLump(Lump, Size); |
| 195 | return iLoadSunInternal(); |
| 196 | } |
| 197 | |
| 198 | |
| 199 | ILboolean iLoadSunInternal(void) |
no test coverage detected