#pragma once
#include <stddef.h>
namespace sprawl
{
namespace cityhash
{
size_t Hash(const void* data, size_t length);
}
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23398 |
ququlala |
"Forking branch Mainline of shadauxcat-libsprawl to ququlala-libsprawl." |
|
|
//guest/ShadauxCat/Sprawl/Mainline/hash/CityHash.hpp |
#1
|
11496 |
ShadauxCat |
Initial checkin: Current states for csbuild and libSprawl |
|
|