Reads from a memory "lump" that contains a .wbmp
| 60 | |
| 61 | //! Reads from a memory "lump" that contains a .wbmp |
| 62 | ILboolean ilLoadWbmpL(const void *Lump, ILuint Size) |
| 63 | { |
| 64 | iSetInputLump(Lump, Size); |
| 65 | return iLoadWbmpInternal(); |
| 66 | } |
| 67 | |
| 68 | |
| 69 | ILboolean iLoadWbmpInternal(void) |
no test coverage detected