| 135 | return filesystem->EndOfFile(file); |
| 136 | } |
| 137 | bool FileExists(const char *pFileName, const char *pPathID = 0) override |
| 138 | { |
| 139 | return filesystem->FileExists(pFileName, pPathID); |
| 140 | } |
| 141 | unsigned int Size(FileHandle_t file) override |
| 142 | { |
| 143 | return filesystem->Size(file); |
no outgoing calls
no test coverage detected