mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 00:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			284 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			284 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef OPENMW_ESSIMPORT_CONVERTSCRI_H
 | 
						|
#define OPENMW_ESSIMPORT_CONVERTSCRI_H
 | 
						|
 | 
						|
#include "importscri.hpp"
 | 
						|
 | 
						|
#include <components/esm/locals.hpp>
 | 
						|
 | 
						|
namespace ESSImport
 | 
						|
{
 | 
						|
 | 
						|
    /// Convert script variable assignments
 | 
						|
    void convertSCRI (const SCRI& scri, ESM::Locals& locals);
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |