CityHash.hpp #1

  • //
  • guest/
  • ShadauxCat/
  • Sprawl/
  • Mainline/
  • hash/
  • CityHash.hpp
  • View
  • Commits
  • Open Download .zip Download (130 B)
#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