G.h 441 B

12345678910111213
  1. #include <grass/config.h>
  2. #include <grass/gis.h>
  3. struct G__ /* Structure of library globals */
  4. {
  5. struct Cell_head window; /* Contains the current window */
  6. int window_set; /* Flag: window set? */
  7. int little_endian; /* Flag denoting little-endian architecture */
  8. int compression_level; /* zlib compression level */
  9. };
  10. extern struct G__ G__; /* allocated in gisinit */