diff options
Diffstat (limited to 'src/filesystem/file.h')
-rw-r--r-- | src/filesystem/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filesystem/file.h b/src/filesystem/file.h index 37ac8b4..daef174 100644 --- a/src/filesystem/file.h +++ b/src/filesystem/file.h @@ -27,6 +27,8 @@ public: /// close file virtual void close() = 0; + virtual FILE *handle(); + /// read bytes virtual size_t read(void *buffer, size_t count) = 0; |