mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 00:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "convertcntc.hpp"
 | 
						|
 | 
						|
#include "convertinventory.hpp"
 | 
						|
 | 
						|
namespace ESSImport
 | 
						|
{
 | 
						|
 | 
						|
    void convertCNTC(const CNTC& cntc, ESM::ContainerState& state)
 | 
						|
    {
 | 
						|
        convertInventory(cntc.mInventory, state.mInventory);
 | 
						|
    }
 | 
						|
 | 
						|
}
 |