group.h 222 B

123456789101112131415
  1. #include <grass/imagery.h>
  2. struct PS_group
  3. {
  4. struct Ref ref;
  5. struct Colors colors[3];
  6. char *name[3];
  7. char *mapset[3];
  8. char *group_name;
  9. int fd[3];
  10. int do_group;
  11. };
  12. extern struct PS_group grp;