#include <landscapemap/HeightMapLoader.h>#include <image/ImageFactory.h>#include <image/ImageBitmap.h>#include <common/RandomGenerator.h>#include <common/Defines.h>#include <common/Logger.h>#include <lang/LangResource.h>Go to the source code of this file.
Functions | |
| void | HeightMapLoader::loadTerrain (HeightMap &hmap, Image &bitmap, bool levelSurround, ProgressCounter *counter) |
| bool | HeightMapLoader::generateTerrain (unsigned int seed, LandscapeDefnType *defn, HeightMap &hmap, bool &levelSurround, ProgressCounter *counter) |
1.5.3