#ifndef PREPROCESSOR_H #define PREPROCESSOR_H #include // Główna funkcja preprocesora. // src: kod źródłowy głównego pliku // basePath: ścieżka do folderu, w którym jest główny plik (żeby wiedzieć skąd brać lokalne include) std::string preprocessSource(const std::string& src, const std::string& basePath); #endif