G.h 292 B

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