diff options
Diffstat (limited to 'src/openscad.h')
-rw-r--r-- | src/openscad.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openscad.h b/src/openscad.h index 125cc0c..5a1e793 100644 --- a/src/openscad.h +++ b/src/openscad.h @@ -46,6 +46,10 @@ extern int parser_error_pos; extern void handle_dep(QString filename); +// The CWD when application started. We shouldn't change CWD, but until we stop +// doing this, use currentdir to get the original CWD. +extern QString currentdir; + extern QString examplesdir; extern QString librarydir; |