vector.h 328 B

1234567891011121314151617
  1. #ifndef GRASS_VECTOR_H
  2. #define GRASS_VECTOR_H
  3. #include <grass/gis.h>
  4. #include <grass/vect/digit.h>
  5. #ifdef HAVE_GEOS
  6. #include <geos_c.h>
  7. #if GEOS_VERSION_MAJOR < 3
  8. typedef struct GEOSGeom_t GEOSGeometry;
  9. typedef struct GEOSCoordSeq_t GEOSCoordSequence;
  10. #endif
  11. #endif
  12. #include <grass/defs/vector.h>
  13. #endif /* GRASS_VECTOR_H */