mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Make failedOnMissingInclude not extern
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -41,7 +41,6 @@ struct Options {
|
||||
};
|
||||
|
||||
extern Options options;
|
||||
extern bool failedOnMissingInclude;
|
||||
|
||||
#define verbosePrint(...) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user