Fixed compilation os OS X after moving SDL windowing code to extern/sdl4ogre
parent
4dfd5282ab
commit
66608d5c92
@ -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