Merge pull request #768 from GriffinRichards/fix-incbin-regex

Widen INCBIN regex support
This commit is contained in:
GriffinR
2025-09-28 01:09:07 -04:00
committed by GitHub
3 changed files with 15 additions and 55 deletions

View File

@@ -140,6 +140,7 @@ private:
static const QRegularExpression re_poryScriptLabel;
static const QRegularExpression re_globalPoryScriptLabel;
static const QRegularExpression re_poryRawSection;
static const QString incbinRegexText;
};
#endif // PARSEUTIL_H