diff options
author | red031000 <rubenru09@aol.com> | 2020-06-24 01:28:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 01:28:42 +0100 |
commit | 4abf6cffe4feb53ef3f2fc9816929906242a81de (patch) | |
tree | 9764daa6dfeeecf31ddaf8c95f0b4342e2aa3547 /tools/nitrogfx/options.h | |
parent | c82f923bb095740ec58c389deb08083dbeddc769 (diff) | |
parent | 615c6579c80a9bcc9482d5ef6e06654bb07494f6 (diff) |
Merge branch 'master' into master
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 |