#include bool Text::ReadFile( const string &filePath ){ return true; } void Text::ChangeReturnLineChar(){ } void BasicSource::RemoveComments(){ } void BasicSource::DirectiveIfdef(){ } void BasicSource::DirectiveIncludeOrRequire(){ } void BasicSource::RemoveReturnLineUnderbar(){ } void BasicSource::FormatDefStatement(){ } void BasicSource::FormatIfStatement(){ } bool BasicSource::Generate( const string &genName, const char *buffer ){ return true; }