summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nitrogfx/options.h')
-rw-r--r--tools/nitrogfx/options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/nitrogfx/options.h b/tools/nitrogfx/options.h
index 9b97529c..f4626df9 100644
--- a/tools/nitrogfx/options.h
+++ b/tools/nitrogfx/options.h
@@ -81,4 +81,11 @@ struct JsonToCellOptions {
struct Cell **cells;
};
+struct JsonToScreenOptions {
+ int height;
+ int width;
+ unsigned short *data;
+ int bitdepth;
+};
+
#endif // OPTIONS_H