source:
dev/trunk/abdev/BasicCompiler_Common/src/Smoothie.cpp@
169
Last change on this file since 169 was 167, checked in by , 17 years ago | |
---|---|
File size: 254 bytes |
Line | |
---|---|
1 | #include <..\common.h> |
2 | |
3 | BasicSource Smoothie::Lexical::source; |
4 | NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes; |
5 | |
6 | Meta Smoothie::meta; |
7 | NamespaceScopesCollection Smoothie::Temp::importedNamespaces; |
8 | |
9 | bool Smoothie::isFullCompile = false; |
Note:
See TracBrowser
for help on using the repository browser.