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