Reads from a memory "lump"
| 239 | |
| 240 | // Reads from a memory "lump" |
| 241 | ILboolean ilLoadMngL(const void *Lump, ILuint Size) |
| 242 | { |
| 243 | iSetInputLump(Lump, Size); |
| 244 | return iLoadMngInternal(); |
| 245 | } |
| 246 | |
| 247 | |
| 248 | ILboolean iLoadMngInternal() |
no test coverage detected