openscad/src/CocoaUtils.h

14 lines
194 B
C
Raw Normal View History

2013-02-08 00:01:31 +04:00
#ifndef COCOAUTILS_H_
#define COCOAUTILS_H_
#include <string>
2013-02-08 00:01:31 +04:00
class CocoaUtils
{
public:
static void endApplication();
static void nslog(const std::string &str, void *userdata);
2013-02-08 00:01:31 +04:00
};
#endif