diff options
Diffstat (limited to 'src/AppleEvents.h')
-rw-r--r-- | src/AppleEvents.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/AppleEvents.h b/src/AppleEvents.h new file mode 100644 index 0000000..9002399 --- /dev/null +++ b/src/AppleEvents.h @@ -0,0 +1,6 @@ +#ifndef APPLEEVENTS_H_ +#define APPLEEVENTS_H_ + +void installAppleEventHandlers(); + +#endif |