summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/options.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-07-17 19:09:55 +0100
committerred031000 <rubenru09@aol.com>2020-07-17 19:09:55 +0100
commite0e55af2c9dea2a8b55cd95d69b08bc2ab9d5912 (patch)
tree2f727c2abac9ab84acc9780899caa6ff869cb732 /tools/nitrogfx/options.h
parent82ee6e25d77af95d173f0aa64194e2013eda5a24 (diff)
nitrogfx support for scanned images
Diffstat (limited to 'tools/nitrogfx/options.h')
-rw-r--r--tools/nitrogfx/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/nitrogfx/options.h b/tools/nitrogfx/options.h
index dc90a2a2..b03bd561 100644
--- a/tools/nitrogfx/options.h
+++ b/tools/nitrogfx/options.h
@@ -30,6 +30,7 @@ struct PngToNtrOptions {
bool byteOrder;
bool version101;
bool sopc;
+ bool scanned;
};