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