Refactor of extracted directory structure and API simplification

This commit is contained in:
Jack Andersen
2017-07-01 13:36:16 -10:00
parent e49568ac83
commit 41148a1368
14 changed files with 814 additions and 577 deletions

View File

@@ -128,7 +128,7 @@ public:
{
FSeek(fp, offset, whence);
}
int64_t position()
uint64_t position() const
{
return FTell(fp);
}