Reads from a memory "lump" that contains an icon.
| 132 | |
| 133 | //! Reads from a memory "lump" that contains an icon. |
| 134 | ILboolean ilLoadIcnsL(const void *Lump, ILuint Size) |
| 135 | { |
| 136 | iSetInputLump(Lump, Size); |
| 137 | return iLoadIcnsInternal(); |
| 138 | } |
| 139 | |
| 140 | |
| 141 | // Internal function used to load the icon. |
no test coverage detected