source: dev/trunk/jenga/src/smoothie/Smoothie.cpp@ 194

Last change on this file since 194 was 194, checked in by dai_9181, 17 years ago
File size: 221 bytes
Line 
1#include <jenga/include/smoothie/Smoothie.h>
2
3bool Smoothie::isUnicode = false;
4BasicSource Smoothie::Lexical::source;
5
6const CClass *Smoothie::Temp::pCompilingClass = NULL;
7
8bool Smoothie::isFullCompile = false;
Note: See TracBrowser for help on using the repository browser.