diff options
author | red031000 <rubenru09@aol.com> | 2021-05-19 22:58:03 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-05-19 22:58:03 +0100 |
commit | 73d208810e888514be6cb13bd34db9c8bc47032c (patch) | |
tree | c349b2aaa00b6913e3481aa5fdc52e71ce16a1b9 /tools/nitrogfx/options.h | |
parent | 929c5c94cf404904ea4601e7c083c716f84ceca9 (diff) |
implement nitrogfx ncer mapping type
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; |