summaryrefslogtreecommitdiff
path: root/tools/gbagfx/options.h
diff options
context:
space:
mode:
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