location

location

Synopsis

                    city_t;

Description

Details

city_t

typedef struct {
	int type;
	char *code;
	char *label;
	struct {
		gint north;
		gint ne;
		gint east;
		gint se;
		gint south;
		gint sw;
		gint west;
		gint nw;
	} neighbors;
} city_t;