Reads from a memory "lump" that contains a .wal file
| 67 | |
| 68 | //! Reads from a memory "lump" that contains a .wal file |
| 69 | ILboolean ilLoadWalL(const void *Lump, ILuint Size) |
| 70 | { |
| 71 | iSetInputLump(Lump, Size); |
| 72 | return iLoadWalInternal(); |
| 73 | } |
| 74 | |
| 75 | |
| 76 | ILboolean iLoadWalInternal() |
no test coverage detected