diff options
author | Marius Kintel <marius@kintel.net> | 2013-04-24 13:17:25 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-04-26 21:45:03 (GMT) |
commit | 9b740b558dd627412e01a3521d5372d95e294af2 (patch) | |
tree | f34ebfa719303629e27d5fe84c177b5ac38adfbe /openscad.pro | |
parent | 9a297ecee57549a4eb3919bde4f7b41a548724de (diff) |
Further refactoring of scope/context mechanisms. Mostly related to the new FileContext class. Not quite there yet, but almost
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 0f3394e..bd69dfe 100644 --- a/openscad.pro +++ b/openscad.pro @@ -216,6 +216,7 @@ HEADERS += src/typedefs.h \ src/function.h \ src/grid.h \ src/highlighter.h \ + src/localscope.h \ src/module.h \ src/node.h \ src/csgnode.h \ @@ -272,6 +273,7 @@ SOURCES += src/version_check.cc \ src/value.cc \ src/expr.cc \ src/func.cc \ + src/localscope.cc \ src/module.cc \ src/node.cc \ src/context.cc \ |