#include "util.hpp"
#include "map/location.hpp"
#include "terrain/translation.hpp"
#include "serialization/string_utils.hpp"
#include "utils/name_generator.hpp"
#include <boost/random.hpp>
#include <boost/cstdint.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <map>
Go to the source code of this file.
Classes | |
class | default_map_generator_job |