[nostalgia/core/studio] Remove Tile Count field from tile sheet importer

This commit is contained in:
2020-03-30 23:00:44 -05:00
parent 74ef768b6f
commit 33047fc047
4 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ template<typename T>
return buff;
}
[[nodiscard]] std::unique_ptr<core::NostalgiaGraphic> imgToNg(QString argInPath, int argTiles, int argBpp = -1);
[[nodiscard]] std::unique_ptr<core::NostalgiaGraphic> imgToNg(QString argInPath, int argBpp = -1);
}