Fix new tileset directory collisions

This commit is contained in:
GriffinR
2025-12-23 12:20:12 -05:00
parent 57976c316b
commit 53bea222cc
4 changed files with 24 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ namespace Util {
QString toStylesheetString(const QFont &font);
void show(QWidget *w);
QColorSpace toColorSpace(int colorSpaceInt);
QString mkpath(const QString& dirPath);
}
#endif // UTILITY_H