diff options
author | red031000 <rubenru09@aol.com> | 2020-07-11 16:13:04 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-11 16:13:04 +0100 |
commit | d038e60ba5baee009a0b76466cf362ae7747d48f (patch) | |
tree | 6cd6fe67c1b9ace9fab35c20f2ea47da738c7381 /tools/nitrogfx/options.h | |
parent | 6d1ac864f23076399e99c00a4a875e5ce88af674 (diff) |
add sopc support to ncgr
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 77006f21..dc90a2a2 100644 --- a/tools/nitrogfx/options.h +++ b/tools/nitrogfx/options.h @@ -29,6 +29,7 @@ struct PngToNtrOptions { bool clobberSize; bool byteOrder; bool version101; + bool sopc; }; |