diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-19 21:24:24 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-19 21:24:24 -0400 |
commit | aa152bfb68aa828481806b7399e8c521bec61187 (patch) | |
tree | 257332e920814887b2f27cd9a26ab0a301fda14d /tools/nitrogfx/options.h | |
parent | 84a6ed639c0887d084b0d9785f842dca9621b8e8 (diff) | |
parent | 98f11489806b6dba4c6080c5429b2368d3092541 (diff) |
Merge remote-tracking branch 'origin/master' into pikalax_work
Diffstat (limited to 'tools/nitrogfx/options.h')
-rw-r--r-- | tools/nitrogfx/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/nitrogfx/options.h b/tools/nitrogfx/options.h index 780c83e6..66e9895d 100644 --- a/tools/nitrogfx/options.h +++ b/tools/nitrogfx/options.h @@ -74,6 +74,7 @@ struct Cell { struct JsonToCellOptions { bool labelEnabled; bool extended; + int mappingType; int imageHeight; int imageWidth; int cellCount; |