Reads from a memory "lump" that contains an icon.
| 54 | |
| 55 | //! Reads from a memory "lump" that contains an icon. |
| 56 | ILboolean ilLoadIconL(const void *Lump, ILuint Size) |
| 57 | { |
| 58 | iSetInputLump(Lump, Size); |
| 59 | return iLoadIconInternal(); |
| 60 | } |
| 61 | |
| 62 | |
| 63 | // Internal function used to load the icon. |
no test coverage detected