mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-03 17:56:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef BSA_BA2_FILE_H
 | 
						|
#define BSA_BA2_FILE_H
 | 
						|
 | 
						|
#include <cstdint>
 | 
						|
#include <string>
 | 
						|
 | 
						|
namespace Bsa
 | 
						|
{
 | 
						|
    uint32_t generateHash(const std::string& name);
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |