mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 02:26:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "timestamp.hpp"
 | 
						|
 | 
						|
#include "esmreader.hpp"
 | 
						|
 | 
						|
namespace ESM
 | 
						|
{
 | 
						|
    void TimeStamp::load(ESMReader& esm, NAME name)
 | 
						|
    {
 | 
						|
        esm.getHNT(name, mHour, mDay);
 | 
						|
    }
 | 
						|
}
 |