Classes | Functions

mapgen.hpp File Reference

#include "exceptions.hpp"
#include "map_location.hpp"
#include <map>
Include dependency graph for mapgen.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mapgen_exception
class  map_generator

Functions

std::string default_generate_map (size_t width, size_t height, size_t island_size, size_t island_off_center, size_t iterations, size_t hill_size, size_t max_lakes, size_t nvillages, size_t castle_size, size_t nplayers, bool roads_between_castles, std::map< map_location, std::string > *labels, const config &cfg)
 Generate the map.

Detailed Description

Definition in file mapgen.hpp.


Function Documentation

std::string default_generate_map ( size_t  width,
size_t  height,
size_t  island_size,
size_t  island_off_center,
size_t  iterations,
size_t  hill_size,
size_t  max_lakes,
size_t  nvillages,
size_t  castle_size,
size_t  nplayers,
bool  roads_between_castles,
std::map< map_location, std::string > *  labels,
const config cfg 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by doxygen 1.7.1 on Fri May 25 2012 01:08:31 for The Battle for Wesnoth
Gna! | Forum | Wiki | CIA | devdocs