summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/options.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-06-23 19:24:10 -0400
committerGitHub <noreply@github.com>2020-06-23 19:24:10 -0400
commit615c6579c80a9bcc9482d5ef6e06654bb07494f6 (patch)
treeb684473a897efa5f55103cbaced260cf85a8e057 /tools/nitrogfx/options.h
parent291f2d27d36b5c437c6c1908d5217bb954799402 (diff)
parent18840a132f3c65a16b811c973616c62312c53091 (diff)
Merge pull request #185 from red031000/nitrogfx
nitrogfx NCGR
Diffstat (limited to 'tools/nitrogfx/options.h')
-rw-r--r--tools/nitrogfx/options.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/nitrogfx/options.h b/tools/nitrogfx/options.h
index 2ff3967a..8376348f 100644
--- a/tools/nitrogfx/options.h
+++ b/tools/nitrogfx/options.h
@@ -21,4 +21,14 @@ struct PngToGbaOptions {
int metatileHeight;
};
+struct PngToNtrOptions {
+ int numTiles;
+ int bitDepth;
+ int metatileWidth;
+ int metatileHeight;
+ bool clobberSize;
+ bool byteOrder;
+};
+
+
#endif // OPTIONS_H