OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
registerarchives.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_COMPONENTS_VFS_REGISTER_ARCHIVES_H
2 #define OPENMW_COMPONENTS_VFS_REGISTER_ARCHIVES_H
3 
5 
6 namespace VFS
7 {
8  class Manager;
9 
11  void registerArchives (VFS::Manager* vfs, const Files::Collections& collections,
12  const std::vector<std::string>& archives, bool useLooseFiles);
13 }
14 
15 #endif
void registerArchives(VFS::Manager *vfs, const Files::Collections &collections, const std::vector< std::string > &archives, bool useLooseFiles)
Register BSA and file system archives based on the given OpenMW configuration.
Definition: registerarchives.cpp:13
The main class responsible for loading files from a virtual file system.
Definition: manager.hpp:20
Definition: collections.hpp:10