diff options
author | Marius Kintel <marius@kintel.net> | 2013-02-07 20:01:31 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-02-07 20:01:31 (GMT) |
commit | 4bd23c90916c181fe8ef4788ebe8d3d916758a0a (patch) | |
tree | f962b902d8de3aee65c9887736741682b8be878b /src/CocoaUtils.h | |
parent | a7b80d64dd5775ff10253eb1a8b17cf4c2aeaeeb (diff) |
Support Sparkle's Install on Quit
Diffstat (limited to 'src/CocoaUtils.h')
-rw-r--r-- | src/CocoaUtils.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/CocoaUtils.h b/src/CocoaUtils.h new file mode 100644 index 0000000..8543d84 --- /dev/null +++ b/src/CocoaUtils.h @@ -0,0 +1,10 @@ +#ifndef COCOAUTILS_H_ +#define COCOAUTILS_H_ + +class CocoaUtils +{ +public: + static void endApplication(); +}; + +#endif |