| 133 | unsigned GetFilesInFolder(const char *path, std::vector<FolderEntry> &result, bool atomic) const; |
| 134 | |
| 135 | int GetNumEntries() const |
| 136 | { |
| 137 | return NumEntries; |
| 138 | } |
| 139 | |
| 140 | int GetNumWads() const |
| 141 | { |
no outgoing calls
no test coverage detected