source:
dev/BasicCompiler_Common/src/Smoothie.cpp@
104
Last change on this file since 104 was 101, checked in by , 18 years ago | |
---|---|
File size: 264 bytes |
Line | |
---|---|
1 | #include <..\common.h> |
2 | |
3 | string Smoothie::Logger::log = ""; |
4 | |
5 | BasicSource Smoothie::Lexical::source; |
6 | NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes; |
7 | |
8 | TypeDefCollection Smoothie::Meta::typeDefs; |
9 | vector<ProcPointer *> Smoothie::Meta::procPointers; |
Note:
See TracBrowser
for help on using the repository browser.