Freeciv21
Develop your civilization from humble roots to a global empire
test_func Struct Reference

Public Attributes

int(* func )(struct river_map *privermap, struct tile *ptile, struct extra_type *priver)
 
bool fatal
 

Detailed Description

Definition at line 611 of file mapgen.cpp.

Member Data Documentation

◆ fatal

bool test_func::fatal

Definition at line 614 of file mapgen.cpp.

Referenced by make_river().

◆ func

int(* test_func::func) (struct river_map *privermap, struct tile *ptile, struct extra_type *priver)

Definition at line 612 of file mapgen.cpp.

Referenced by make_river().