mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Fixed: Compilation on Mac OS X 10.5
This commit is contained in:
parent
66c378f020
commit
c690500b85
1 changed files with 5 additions and 2 deletions
|
@ -16,13 +16,16 @@
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
namespace NL3D
|
namespace NL3D
|
||||||
{
|
{
|
||||||
class CDriverGL;
|
class CDriverGL;
|
||||||
NSApplicationTerminateReply applicationShouldTerminate(CDriverGL*);
|
NSApplicationTerminateReply applicationShouldTerminate(CDriverGL*);
|
||||||
}
|
}
|
||||||
|
|
||||||
@interface CocoaApplicationDelegate : NSObject<NSApplicationDelegate>
|
@interface CocoaApplicationDelegate : NSObject
|
||||||
|
#if defined(MAC_OS_X_VERSION_10_6) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
|
||||||
|
<NSApplicationDelegate>
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
NL3D::CDriverGL* _driver;
|
NL3D::CDriverGL* _driver;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue