| 171 | virtual FileReader GetEntryReader(uint32_t entry, int readertype = READER_NEW, int flags = READERFLAG_SEEKABLE); |
| 172 | |
| 173 | int GetEntryFlags(uint32_t entry) |
| 174 | { |
| 175 | return (entry < NumLumps) ? Entries[entry].Flags : 0; |
| 176 | } |
| 177 | |
| 178 | int GetEntryNamespace(uint32_t entry) |
| 179 | { |
no outgoing calls
no test coverage detected