Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem/file.h')
-rw-r--r--src/filesystem/file.h2
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;