source:
dev/trunk/abdev/BasicCompiler_Common/src/SmoothieImpl.cpp@
193
Last change on this file since 193 was 193, checked in by , 17 years ago | |
---|---|
File size: 237 bytes |
Line | |
---|---|
1 | #include <jenga/include/smoothie/Smoothie.h> |
2 | |
3 | #include <SmoothieImpl.h> |
4 | #include <ClassImpl.h> |
5 | #include <ProcedureImpl.h> |
6 | #include <LexicalScopingImpl.h> |
7 | |
8 | CLexicalScopes *Smoothie::Temp::pLexicalScopes = new LexicalScopesImpl(); |
Note:
See TracBrowser
for help on using the repository browser.