mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
Refactor of extracted directory structure and API simplification
This commit is contained in:
@@ -128,7 +128,7 @@ public:
|
||||
{
|
||||
FSeek(fp, offset, whence);
|
||||
}
|
||||
int64_t position()
|
||||
uint64_t position() const
|
||||
{
|
||||
return FTell(fp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user