engine, filesystem: unify GetNativeObject between all the APIs. Allow getting filesystem APIs through GetNativeObject

This commit is contained in:
Alibek Omarov
2023-10-31 21:25:11 +03:00
parent 5ea074a1fd
commit 597429cf41
12 changed files with 57 additions and 33 deletions
-2
View File
@@ -150,6 +150,4 @@ public:
virtual void AddSearchPathNoWrite(const char *, const char *) = 0; /* linkage=_ZN11IFileSystem20AddSearchPathNoWriteEPKcS1_ */
};
#define FILESYSTEM_INTERFACE_VERSION "VFileSystem009" // never change this!
#endif // VFILESYSTEM009_H