diff options
author | Marius Kintel <marius@kintel.net> | 2013-10-25 04:48:31 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-10-25 04:48:31 (GMT) |
commit | 60ce9748de19111c65b3d12f2bac371a7a12ec3e (patch) | |
tree | 233d20688a059307f8d9b74694c2fdecc4768a75 /src/CocoaUtils.h | |
parent | e3e75124252a6d10a4e89108a67635a5d73c01ed (diff) |
Use PRINTB for output which might be grabbed by OS launchers
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 |