Reads from a memory "lump" that contains a .cut
| 69 | |
| 70 | //! Reads from a memory "lump" that contains a .cut |
| 71 | ILboolean ilLoadCutL(const void *Lump, ILuint Size) |
| 72 | { |
| 73 | iSetInputLump(Lump, Size); |
| 74 | return iLoadCutInternal(); |
| 75 | } |
| 76 | |
| 77 | |
| 78 | // Note: .Cut support has not been tested yet! |
no test coverage detected