Home
last modified time | relevance | path

Searched defs:terrain_map (Results 1 – 9 of 9) sorted by relevance

/dports/games/nazghul/nazghul-0.7.1/src/
H A Dterrain_map.h35 struct terrain_map { struct
52 extern struct terrain_map *terrain_map_new(const char *tag, argument
H A Dterrain_map.c34 struct terrain_map *terrain_map; in terrain_map_new() local
178 void terrain_map_unref(struct terrain_map *terrain_map) in terrain_map_unref()
H A Dplace.h112 struct terrain_map *terrain_map; member
H A Dplace.c470 struct terrain_map *terrain_map, in place_new()
/dports/games/wesnoth/wesnoth-1.14.17/src/generators/
H A Ddefault_map_generator_job.hpp43 typedef t_translation::ter_map terrain_map; typedef in default_map_generator_job
H A Ddefault_map_generator_job.cpp42 typedef t_translation::ter_map terrain_map; typedef
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dgamemap.h69 short terrain_map[c_num_chunks][c_num_chunks]; variable
/dports/math/py-matplotlib/matplotlib-3.4.3/tutorials/colors/
H A Dcolormapnorms.py267 terrain_map = colors.LinearSegmentedColormap.from_list( variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/video/
H A Dpng.cpp615 std::map<int, std::map<int, CTerrainType *>> terrain_map; in SaveMapTemplatePNG() local