Merge branch 'dev' of https://github.com/huderlem/porymap into local-id

This commit is contained in:
GriffinR
2025-04-13 22:45:39 -04:00
24 changed files with 193 additions and 159 deletions

View File

@@ -9,6 +9,7 @@ namespace Util {
int roundUp(int numToRound, int multiple);
QString toDefineCase(QString input);
QString toHexString(uint32_t value, int minLength = 0);
Qt::Orientations getOrientation(bool xflip, bool yflip);
}
#endif // UTILITY_H