The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
cave_map_generator::cave_map_generator_job::passage Struct Reference

#include <cave_map_generator.hpp>

Public Member Functions

 passage (map_location s, map_location d, const config &c)
 

Public Attributes

map_location src
 
map_location dst
 
config cfg
 

Detailed Description

Definition at line 56 of file cave_map_generator.hpp.

Constructor & Destructor Documentation

◆ passage()

cave_map_generator::cave_map_generator_job::passage::passage ( map_location  s,
map_location  d,
const config c 
)
inline

Definition at line 57 of file cave_map_generator.hpp.

Member Data Documentation

◆ cfg

config cave_map_generator::cave_map_generator_job::passage::cfg

Definition at line 61 of file cave_map_generator.hpp.

◆ dst

map_location cave_map_generator::cave_map_generator_job::passage::dst

Definition at line 60 of file cave_map_generator.hpp.

◆ src

map_location cave_map_generator::cave_map_generator_job::passage::src

Definition at line 60 of file cave_map_generator.hpp.


The documentation for this struct was generated from the following file: