[nostalgia/tools] Add NostalgiaPack library

This commit is contained in:
2019-06-16 22:42:03 -05:00
parent 5ceb0e5f83
commit 5f41a2665b
7 changed files with 87 additions and 150 deletions
+1 -1
View File
@@ -13,6 +13,6 @@
namespace nostalgia {
ox::Error pngToGba(QString argInPath, int argTiles, int argBpp = -1);
[[nodiscard]] std::vector<char> pngToGba(QString argInPath, int argTiles, int argBpp = -1);
}