diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-06-23 19:24:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 19:24:10 -0400 |
commit | 615c6579c80a9bcc9482d5ef6e06654bb07494f6 (patch) | |
tree | b684473a897efa5f55103cbaced260cf85a8e057 /tools/nitrogfx/options.h | |
parent | 291f2d27d36b5c437c6c1908d5217bb954799402 (diff) | |
parent | 18840a132f3c65a16b811c973616c62312c53091 (diff) |
Merge pull request #185 from red031000/nitrogfx
nitrogfx NCGR
Diffstat (limited to 'tools/nitrogfx/options.h')
-rw-r--r-- | tools/nitrogfx/options.h | 10 |
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 |