openscad/src/CocoaUtils.h

11 lines
168 B
C
Raw Permalink Normal View History

#pragma once
2013-02-08 00:01:31 +04:00
#include <string>
2013-02-08 00:01:31 +04:00
class CocoaUtils
{
public:
2014-04-28 21:25:04 +04:00
static void endApplication();
static void nslog(const std::string &str, void *userdata);
2013-02-08 00:01:31 +04:00
};