Freeciv21
Develop your civilization from humble roots to a global empire
edit_buffer Struct Reference
+ Collaboration diagram for edit_buffer:

Public Attributes

int type_flags
 
struct tile_list * vtiles
 
const struct tileorigin
 

Detailed Description

Definition at line 53 of file editor.cpp.

Member Data Documentation

◆ origin

const struct tile* edit_buffer::origin

Definition at line 56 of file editor.cpp.

Referenced by edit_buffer_get_origin(), and edit_buffer_set_origin().

◆ type_flags

int edit_buffer::type_flags

Definition at line 54 of file editor.cpp.

Referenced by edit_buffer_has_type(), and edit_buffer_new().

◆ vtiles

struct tile_list* edit_buffer::vtiles