diff options
Diffstat (limited to 'Invert.h')
| -rw-r--r-- | Invert.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ #import <Cocoa/Cocoa.h> +#import <CoreGraphics/CoreGraphics.h> -@interface Invert : NSObject +@interface Invert : NSObject { + BOOL _inverted; +} - (void)toggleInvertColors:(NSEvent *)event; |
