#ifndef PREPROCESSOR_H #define PREPROCESSOR_H #include std::string preprocessSource( const std::string& src, const std::string& projectDir, const std::string& compilerDir ); #endif