mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 13:07:48 +00:00
FileSys: remove Open from FileBackend
Same as directory, file shouldn't expose Open either.
This commit is contained in:
parent
4675116401
commit
1e33d07b86
4 changed files with 44 additions and 64 deletions
|
@ -18,12 +18,6 @@ public:
|
|||
FileBackend() {}
|
||||
virtual ~FileBackend() {}
|
||||
|
||||
/**
|
||||
* Open the file
|
||||
* @return Result of the file operation
|
||||
*/
|
||||
virtual ResultCode Open() = 0;
|
||||
|
||||
/**
|
||||
* Read data from the file
|
||||
* @param offset Offset in bytes to start reading data from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue