diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-28 13:48:04 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-28 13:48:04 (GMT) |
commit | d3329838b4d948455277caa3c24df4b7b50fabb2 (patch) | |
tree | c132e689fbf28bc5d607461c83afdeb79b0adfa2 /src/context.h | |
parent | b12deeff5be0ce76af25d557480f29b0ed849dd6 (diff) |
Clifford Wolf:
Implemented 'use' statement
git-svn-id: http://svn.clifford.at/openscad/trunk@459 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h index fa67992..d5be745 100644 --- a/src/context.h +++ b/src/context.h @@ -13,6 +13,7 @@ public: QHash<QString, Value> config_variables; const QHash<QString, class AbstractFunction*> *functions_p; const QHash<QString, class AbstractModule*> *modules_p; + const QHash<QString, class Module*> *usedlibs_p; const class ModuleInstantiation *inst_p; QString document_path; |