Widen INCBIN regex support

This commit is contained in:
GriffinR
2025-08-25 16:07:18 -04:00
parent ccc0ddd2f2
commit 7c5b527696
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