game/game/include/hash.h

7 lines
72 B
C

#pragma once
#include <stdint.h>
uint32_t
inthash(const int32_t key);