TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
Hash()
[2/2]
Hash::Hash
(
unsigned char *
d
,
int
l
)
inline
Definition at line
21
of file
Utils.h
.
22
{
23
length = l;
24
data =
new
unsigned
char
[length];
25
std::memcpy(data, d, length);
26
}
Hash
Generated on Thu Apr 7 2022 14:10:52 for TerraForge3D by
1.9.3