filesystem: rename IVFileSystem009 to IFileSystem to avoid UBsan errors when debugging a mod that calls this interface using original headers

This commit is contained in:
Alibek Omarov
2024-11-06 19:46:22 +03:00
parent 96b95db7c8
commit d8eb918cea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public:
virtual ~IBaseInterface() {}
};
class IVFileSystem009 : public IBaseInterface {
class IFileSystem : public IBaseInterface {
public:
virtual void Mount() = 0; /* linkage=_ZN11IFileSystem5MountEv */