#pragma once
#include <stddef.h>
namespace sprawl
{
namespace cityhash
{
size_t Hash(const void* data, size_t length);
}
}
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 11496 | ShadauxCat | Initial checkin: Current states for csbuild and libSprawl |