Checks if Lump is a valid Sun lump.
| 91 | |
| 92 | //! Checks if Lump is a valid Sun lump. |
| 93 | ILboolean ilIsValidSunL(const void *Lump, ILuint Size) |
| 94 | { |
| 95 | iSetInputLump(Lump, Size); |
| 96 | return iIsValidSun(); |
| 97 | } |
| 98 | |
| 99 | |
| 100 | // Internal function used to get the Sun header from the current file. |
no test coverage detected