Reads from a memory "lump" that contains a PSP
| 157 | |
| 158 | //! Reads from a memory "lump" that contains a PSP |
| 159 | ILboolean ilLoadPspL(const void *Lump, ILuint Size) |
| 160 | { |
| 161 | iSetInputLump(Lump, Size); |
| 162 | return iLoadPspInternal(); |
| 163 | } |
| 164 | |
| 165 | |
| 166 | // Internal function used to load the PSP. |
no test coverage detected