diff options
Diffstat (limited to 'tools/nitrogfx/options.h')
-rw-r--r-- | tools/nitrogfx/options.h | 7 |
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 |