summaryrefslogtreecommitdiff
path: root/tools/gbagfx/options.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-24 08:47:22 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-24 08:47:22 -0400
commit14f76fbe03d740d76c6867a87713fb469ae7eaa7 (patch)
tree804e2e3b537c585aeabea82ddf6e94e4e9f9854c /tools/gbagfx/options.h
parentdc126e30169bd145d28c6d84e4bb466d96394d29 (diff)
Add tilemap rendering capability to gbagfx
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