Reads from a memory "lump" that contains a .Lif
| 152 | |
| 153 | //! Reads from a memory "lump" that contains a .Lif |
| 154 | ILboolean ilLoadLifL(const void *Lump, ILuint Size) |
| 155 | { |
| 156 | iSetInputLump(Lump, Size); |
| 157 | return iLoadLifInternal(); |
| 158 | } |
| 159 | |
| 160 | |
| 161 | ILboolean iLoadLifInternal() |
no test coverage detected