| 30 | } |
| 31 | |
| 32 | bool FileSystemNull::loadFile(const char* path, LoadedFileInfo& info, char realerPath[MAXPATHLEN], void (^error)(const char* format, ...)) const { |
| 33 | return false; |
| 34 | } |
| 35 | |
| 36 | void FileSystemNull::unloadFile(const LoadedFileInfo& info) const { |
| 37 | if (info.unload) |
no outgoing calls
no test coverage detected