diff options
Diffstat (limited to 'src/CocoaUtils.h')
-rw-r--r-- | src/CocoaUtils.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/CocoaUtils.h b/src/CocoaUtils.h new file mode 100644 index 0000000..ad5518b --- /dev/null +++ b/src/CocoaUtils.h @@ -0,0 +1,13 @@ +#ifndef COCOAUTILS_H_ +#define COCOAUTILS_H_ + +#include <string> + +class CocoaUtils +{ +public: + static void endApplication(); + static std::string documentsPath(); +}; + +#endif |