Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
overview Struct Reference

#include <options.h>

Data Fields

double map_x0
 
double map_y0
 
int width
 
int height
 
struct canvasmap
 
struct canvaswindow
 
bool fog
 
bool layers [OLAYER_COUNT]
 

Detailed Description

Definition at line 91 of file options.h.

Field Documentation

◆ fog

bool overview::fog

Definition at line 102 of file options.h.

Referenced by put_overview_tile_area().

◆ height

int overview::height

◆ layers

bool overview::layers[OLAYER_COUNT]

Definition at line 103 of file options.h.

Referenced by overview_tile_color().

◆ map

struct canvas* overview::map

◆ map_x0

double overview::map_x0

◆ map_y0

double overview::map_y0

◆ width

int overview::width

◆ window

struct canvas* overview::window