mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 15:26:38 +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);
 | |
|     }
 | |
| 
 | |
| }
 |