ELSE update

This commit is contained in:
mmichlol
2026-02-09 20:46:14 +01:00
parent 0dff8628ac
commit 1eb29c430a
4 changed files with 199 additions and 112 deletions

View File

@@ -2,7 +2,12 @@
#define PREPROCESSOR_H
#include <string>
std::string preprocessSource(const std::string& src, const std::string& projectDir, const std::string& compilerDir);
std::string preprocessSource(
const std::string& src,
const std::string& projectDir,
const std::string& compilerDir
);
#endif