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

Last change on this file since 205 was 205, checked in by dai_9181, 17 years ago

コード全体のリファクタリングを実施

File size: 164 bytes
Line 
1#include <jenga/include/smoothie/Smoothie.h>
2
3bool Smoothie::isUnicode = false;
4BasicSource Smoothie::Lexical::source;
5
6bool Smoothie::isFullCompile = false;
Note: See TracBrowser for help on using the repository browser.