summaryrefslogtreecommitdiff
path: root/tools/gbagfx/options.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-10-14 13:23:48 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-10-14 13:23:48 -0500
commit67af64e101b23e6e0e3de8e642719810882b5ce2 (patch)
tree8769b4f816944d564e3cd8c5a86f8aa78734f891 /tools/gbagfx/options.h
parent051a218980ba5bd3540ba1f3a47295de6f5cf6c7 (diff)
Add -pinball-hatch-sprite option to gbagfx because it's a non-generalizable format
Diffstat (limited to 'tools/gbagfx/options.h')
-rwxr-xr-xtools/gbagfx/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gbagfx/options.h b/tools/gbagfx/options.h
index 2ff3967..b4738cd 100755
--- a/tools/gbagfx/options.h
+++ b/tools/gbagfx/options.h
@@ -12,6 +12,7 @@ struct GbaToPngOptions {
int width;
int metatileWidth;
int metatileHeight;
+ bool pinballHatchSprite;
};
struct PngToGbaOptions {
@@ -19,6 +20,7 @@ struct PngToGbaOptions {
int bitDepth;
int metatileWidth;
int metatileHeight;
+ bool pinballHatchSprite;
};
#endif // OPTIONS_H