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
RevLine 
[170]1#include <jenga/include/smoothie/Smoothie.h>
2
[181]3bool Smoothie::isUnicode = false;
[170]4BasicSource Smoothie::Lexical::source;
5
[172]6const CClass *Smoothie::Temp::pCompilingClass = NULL;
[170]7
8bool Smoothie::isFullCompile = false;
Note: See TracBrowser for help on using the repository browser.