mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 04:26:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			211 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			211 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef OENGINE_OGRE_OSX_UTILS_H
 | 
						|
#define OENGINE_OGRE_OSX_UTILS_H
 | 
						|
 | 
						|
#include <SDL_syswm.h>
 | 
						|
 | 
						|
namespace OEngine {
 | 
						|
namespace Render {
 | 
						|
 | 
						|
extern unsigned long WindowContentViewHandle(SDL_SysWMinfo &info);
 | 
						|
 | 
						|
}
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |