Removed support for OS X 10.6 and below
This commit is contained in:
parent
0d6ddde07f
commit
ac28902b57
8 changed files with 3 additions and 115 deletions
|
@ -36,11 +36,7 @@
|
|||
|
||||
struct SFMLmainWindow;
|
||||
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
|
||||
@interface CocoaAppDelegate : NSObject <NSApplicationDelegate> {
|
||||
#else
|
||||
@interface CocoaAppDelegate : NSObject {
|
||||
#endif
|
||||
@private
|
||||
NSWindow *m_window;
|
||||
NSView *m_sfmlView;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue