Merge branch 'master' into new-map-dialog

This commit is contained in:
GriffinR
2024-12-28 01:47:02 -05:00
committed by GitHub
11 changed files with 216 additions and 68 deletions

View File

@@ -19,6 +19,8 @@ public:
uint16_t rawValue() const;
static int getIndexInTileset(int);
static const uint16_t maxValue;
};
inline bool operator==(const Tile &a, const Tile &b) {