mgba/src/util/hash.h

9 lines
123 B
C
Raw Normal View History

2014-11-01 09:05:34 +00:00
#ifndef HASH_H
#define HASH_H
#include "util/common.h"
uint32_t hash32(const void* key, int len, uint32_t seed);
#endif