Make failedOnMissingInclude not extern

This commit is contained in:
Rangi42
2025-07-21 19:40:01 -04:00
parent 5f333d9753
commit 61730be6ce
4 changed files with 8 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ void fstk_AddIncludePath(std::string const &path);
void fstk_AddPreIncludeFile(std::string const &path);
std::optional<std::string> fstk_FindFile(std::string const &path);
bool fstk_FileError(std::string const &path, char const *functionName);
bool fstk_FailedOnMissingInclude();
bool yywrap();
bool fstk_RunInclude(std::string const &path);