#pragma once #include class Smoothie{ static bool isUnicode; public: static bool IsUnicode() { return isUnicode; } static void SetUnicodeMark( bool isUnicode ) { Smoothie::isUnicode = isUnicode; } class Lexical{ public: static std::string baseProjectDirPath; }; static bool isFullCompile; };