diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-02 01:07:02 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-02 01:07:02 (GMT) |
commit | 5bc2ab00e8db95b0892a272e5fd5f333df28282d (patch) | |
tree | be28dcc35b3e915b34466f3869f1c5edfa4e752f /src/AppleEvents.h | |
parent | 72513cb5cfa5bb7c11f873e796fa2054e8e3018e (diff) |
Experimental Apple Event hack; you can now do 'tell application "OpenSCAD" to reload'
git-svn-id: http://svn.clifford.at/openscad/trunk@410 b57f626f-c46c-0410-a088-ec61d464b74c
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 |