mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 01:56:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef SDL4OGRE_OSX_UTILS_H
 | 
						|
#define SDL4OGRE_OSX_UTILS_H
 | 
						|
 | 
						|
#include <SDL_syswm.h>
 | 
						|
 | 
						|
namespace SFO {
 | 
						|
 | 
						|
extern unsigned long WindowContentViewHandle(SDL_SysWMinfo &info);
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
#endif //  SDL4OGRE_OSX_UTILS_H
 |