It never ends...

This commit is contained in:
Henrik Rydgård
2021-05-13 10:39:16 +02:00
parent a40b1dec5f
commit 2e16e83159
43 changed files with 292 additions and 277 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
class VirtualDiscFileSystem: public IFileSystem {
public:
VirtualDiscFileSystem(IHandleAllocator *_hAlloc, std::string _basePath);
VirtualDiscFileSystem(IHandleAllocator *_hAlloc, const Path &_basePath);
~VirtualDiscFileSystem();
void DoState(PointerWrap &p) override;