mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 13:26:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef BSA_BSA_RESOURCES_H
 | 
						|
#define BSA_BSA_RESOURCES_H
 | 
						|
 | 
						|
#include <vector>
 | 
						|
#include <string>
 | 
						|
 | 
						|
#include "../files/collections.hpp"
 | 
						|
 | 
						|
namespace Bsa
 | 
						|
{
 | 
						|
    void registerResources (const Files::Collections& collections,
 | 
						|
        const std::vector<std::string>& archives, bool useLooseFiles, bool fsStrict);
 | 
						|
    ///< Register resources directories and archives as OGRE resources groups
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |