mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
Added CMakeLists.txt
This commit is contained in:
@@ -23,6 +23,8 @@ public:
|
||||
public:
|
||||
uint64_t read(void* buf, uint64_t length)
|
||||
{return fread(buf, 1, length, fp);}
|
||||
uint64_t position() const
|
||||
{return ftello(fp);}
|
||||
void seek(int64_t offset, int whence)
|
||||
{fseeko(fp, offset, whence);}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user