diff options
Diffstat (limited to 'src/CocoaUtils.h')
-rw-r--r-- | src/CocoaUtils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CocoaUtils.h b/src/CocoaUtils.h index 8543d84..35e8c28 100644 --- a/src/CocoaUtils.h +++ b/src/CocoaUtils.h @@ -1,10 +1,13 @@ #ifndef COCOAUTILS_H_ #define COCOAUTILS_H_ +#include <string> + class CocoaUtils { public: static void endApplication(); + static void nslog(const std::string &str, void *userdata); }; #endif |