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/diskfile.h')
-rw-r--r--src/filesystem/diskfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filesystem/diskfile.h b/src/filesystem/diskfile.h
index b71576d..7da1a88 100644
--- a/src/filesystem/diskfile.h
+++ b/src/filesystem/diskfile.h
@@ -31,6 +31,7 @@ public:
virtual size_t read(void *buffer, size_t count);
+ virtual FILE *handle();
void skip(size_t count);
private: