OpenClonk
C4WindowController.h File Reference
#import <Cocoa/Cocoa.h>
Include dependency graph for C4WindowController.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  C4WindowController
 

Functions

bool lionAndBeyond ()
 

Function Documentation

◆ lionAndBeyond()

bool lionAndBeyond ( )

Definition at line 32 of file C4WindowController.mm.

33 {
34  return NSAppKitVersionNumber >= NSAppKitVersionNumber10_7;
35 }