MeshLib
 
Loading...
Searching...
No Matches
MRMacOSOpenDocumentsHandler.h
Go to the documentation of this file.
1#import <Foundation/Foundation.h>
2#import <AppKit/AppKit.h>
3
4#ifdef __APPLE__
5
6// A trick to set custom handler for openFile&openFiles in GLFW's class
7// https://github.com/glfw/glfw/issues/1024#issuecomment-522667555
8@interface GLFWCustomDelegate : NSObject
9+ (void)load; // load is called before even main() is run (as part of objc class registration)
10@end
11
12#endif