Reads from a memory "lump" that contains a ROT
| 63 | |
| 64 | //! Reads from a memory "lump" that contains a ROT |
| 65 | ILboolean ilLoadRotL(const void *Lump, ILuint Size) |
| 66 | { |
| 67 | iSetInputLump(Lump, Size); |
| 68 | return iLoadRotInternal(); |
| 69 | } |
| 70 | |
| 71 | |
| 72 | // Internal function used to load the ROT. |
no test coverage detected