Reads from a memory "lump" that contains a .pic
| 147 | |
| 148 | //! Reads from a memory "lump" that contains a .pic |
| 149 | ILboolean ilLoadPicL(const void *Lump, ILuint Size) |
| 150 | { |
| 151 | iSetInputLump(Lump, Size); |
| 152 | return iLoadPicInternal(); |
| 153 | } |
| 154 | |
| 155 | |
| 156 | // Internal function used to load the .pic |
no test coverage detected