summaryrefslogtreecommitdiff
path: root/tools/gbagfx/options.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-19 02:17:21 -0500
committerGitHub <noreply@github.com>2021-01-19 02:17:21 -0500
commit419c897292dbfbc4f6d43880eb94597987e09e2c (patch)
tree36094eda149165d0e4dad545924b95f582d83838 /tools/gbagfx/options.h
parentac62e8e563f9e74493a394a21c1bd8fa1570b184 (diff)
parenta52d6e43794e0fa773f10dcebb820bd2bca8fc40 (diff)
Merge pull request #380 from GriffinRichards/sync-scaninc
Sync tools with pokeemerald
Diffstat (limited to 'tools/gbagfx/options.h')
-rw-r--r--tools/gbagfx/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gbagfx/options.h b/tools/gbagfx/options.h
index 2ff3967a4..3b038f572 100644
--- a/tools/gbagfx/options.h
+++ b/tools/gbagfx/options.h
@@ -12,6 +12,8 @@ struct GbaToPngOptions {
int width;
int metatileWidth;
int metatileHeight;
+ char *tilemapFilePath;
+ bool isAffineMap;
};
struct PngToGbaOptions {
@@ -19,6 +21,8 @@ struct PngToGbaOptions {
int bitDepth;
int metatileWidth;
int metatileHeight;
+ char *tilemapFilePath;
+ bool isAffineMap;
};
#endif // OPTIONS_H