Expose file extension regex to config

This commit is contained in:
GriffinR
2025-03-06 01:44:37 -05:00
parent d43252506f
commit 7ab7f09fe3
6 changed files with 25 additions and 10 deletions

View File

@@ -242,6 +242,10 @@ enum ProjectIdentifier {
regex_sign_facing_directions,
regex_trainer_types,
regex_music,
regex_gbapal,
regex_bpp,
pals_output_extension,
tiles_output_extension,
};
enum ProjectFilePath {

View File

@@ -258,6 +258,9 @@ private:
QMap<QString, QString> facingDirections;
QMap<QString, QString> speciesToIconPath;
const QRegularExpression re_gbapalExtension;
const QRegularExpression re_bppExtension;
struct EventGraphics
{
QString filepath;