| 138 | } |
| 139 | |
| 140 | int GetNumWads() const |
| 141 | { |
| 142 | return (int)Files.size(); |
| 143 | } |
| 144 | |
| 145 | int AddFromBuffer(const char* name, char* data, int size, int id, int flags); |
| 146 | FileReader* GetFileReader(int wadnum); // Gets a FileReader object to the entire WAD |
no test coverage detected