mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
includes/std: Added missing std::file::seek function
This commit is contained in:
@@ -28,6 +28,10 @@ namespace std::file {
|
||||
return builtin::std::file::write(handle, data);
|
||||
};
|
||||
|
||||
fn seek(Handle handle, u64 offset) {
|
||||
builtin::std::file::seek(handle, offset);
|
||||
};
|
||||
|
||||
|
||||
fn size(Handle handle) {
|
||||
return builtin::std::file::size(handle);
|
||||
|
||||
Reference in New Issue
Block a user