include Update

This commit is contained in:
mmichlol
2026-02-07 11:57:44 +01:00
parent e250b2f5fb
commit 9bbf8435c6
4 changed files with 26 additions and 30 deletions

View File

@@ -2,10 +2,7 @@
#define PREPROCESSOR_H
#include <string>
std::string preprocessSource(const std::string& src, const std::string& projectDir, const std::string& compilerDir);
// 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