Reads from a memory "lump" that contains a MP3
| 233 | |
| 234 | //! Reads from a memory "lump" that contains a MP3 |
| 235 | ILboolean ilLoadMp3L(const void *Lump, ILuint Size) |
| 236 | { |
| 237 | iSetInputLump(Lump, Size); |
| 238 | return iLoadMp3Internal(); |
| 239 | } |
| 240 | |
| 241 | |
| 242 | // Internal function used to load the MP3. |
no test coverage detected