Reads from a memory "lump" that contains a .hdr
| 185 | |
| 186 | //! Reads from a memory "lump" that contains a .hdr |
| 187 | ILboolean ilLoadHdrL(const void *Lump, ILuint Size) |
| 188 | { |
| 189 | iSetInputLump(Lump, Size); |
| 190 | return iLoadHdrInternal(); |
| 191 | } |
| 192 | |
| 193 | |
| 194 | // Internal function used to load the .hdr. |
no test coverage detected