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 }