mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 12:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef OPENMW_COMPONENTS_MISC_DISPLAY_H
 | 
						|
#define OPENMW_COMPONENTS_MISC_DISPLAY_H
 | 
						|
 | 
						|
#include <string>
 | 
						|
 | 
						|
namespace Misc
 | 
						|
{
 | 
						|
    std::string getResolutionText(int x, int y, const std::string& format);
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |