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