File: CustomDelegate.h

package info (click to toggle)
vimix 0.8.5c%2Bgit20251123%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88,340 kB
  • sloc: cpp: 94,323; ansic: 34,427; makefile: 373; objc: 97; xml: 83; sh: 45
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface GLFWCustomDelegate : NSObject
+ (void)load; // load is called before even main() is run (as part of objc class registration)
@end

NS_ASSUME_NONNULL_END