chiark / gitweb /
wip yarrg upload too: multiple output modes and set env vars; untested
[ypp-sc-tools.main.git] / yarrg / convert.h
index 6c011186f666de2accbf6b401e9c978aacdb209f..82ea369bca2335b866ed53256a492cf2a99029fa 100644 (file)
@@ -121,6 +121,11 @@ enum flags {
   ff_needisland=          001000,
   ff_printisland=         002000,
   ff_upload=              004000,
+  
+  ff_use_yarrg=           010000,
+  ff_use_pctb=            020000,
+  ffm_use=                070000,
+  
   ffs_printisland=        003000,
   ffs_upload=             005000,
 };