diff options
author | Marius Kintel <marius@kintel.net> | 2013-02-13 04:16:23 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-02-13 04:16:23 (GMT) |
commit | 4948c2457f16110c10a2daa416e8fff84824ec69 (patch) | |
tree | 446e71bc5fd469c2d60288608a2ffe10fa67022a /src/CocoaUtils.h | |
parent | 9c23c1e8b8d7828acba96d4b4985566701331249 (diff) |
Added support for more paths in OPENSCADPATH, also search in HOME/Documents/OpenSCAD/libraries on Mac
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..ad5518b 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 std::string documentsPath(); }; #endif |