mirror of https://github.com/OpenMW/openmw.git
Merge remote-tracking branch 'corristo/master'
commit
130141ecac
@ -0,0 +1,12 @@
|
|||||||
|
#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
|
@ -1,14 +0,0 @@
|
|||||||
#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
|
|
Loading…
Reference in New Issue