chiark / gitweb /
only one "none" in each island dropdown
[ypp-sc-tools.db-live.git] / yarrg / convert.h
index 11f534bb1c8824fd5b8de4f72adfc206554993af..82ea369bca2335b866ed53256a492cf2a99029fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * general header file for ypp-commodities
+ * general header file for yarrg
  */
 /*
  *  This is part of ypp-sc-tools, a set of third-party tools for assisting
@@ -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,
 };