mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
fsmitm: Cleanup and modernize fsmitm port
This commit is contained in:
parent
600867c594
commit
0243903c12
22 changed files with 379 additions and 379 deletions
|
@ -21,6 +21,8 @@ class LayeredVfsDirectory : public VfsDirectory {
|
|||
LayeredVfsDirectory(std::vector<VirtualDir> dirs, std::string name);
|
||||
|
||||
public:
|
||||
~LayeredVfsDirectory() override;
|
||||
|
||||
std::shared_ptr<VfsFile> GetFileRelative(std::string_view path) const override;
|
||||
std::shared_ptr<VfsDirectory> GetDirectoryRelative(std::string_view path) const override;
|
||||
std::shared_ptr<VfsFile> GetFile(std::string_view name) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue