G.h 371 B

123456789101112
  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. };
  9. extern struct G__ G__; /* allocated in gisinit */