Home
last modified time | relevance | path

Searched refs:ReadHeightmapPNG (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dheightmap.cpp137 static bool ReadHeightmapPNG(const char *filename, uint *x, uint *y, byte **map) in ReadHeightmapPNG() function
495 return ReadHeightmapPNG(filename, x, y, map); in ReadHeightMap()