TCOD_heightmap_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct TCOD_heightmap_t {}

Members

Variables

h
int h;
Undocumented in source.
values
float* values;
Undocumented in source.
w
int w;
Undocumented in source.

Meta