aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/hmap_s.h
blob: 7a10874e0e4dbe6e72d9d0ca60abb7070d8a9587 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "hmap.h"

uint32_t vec2i_hmap_hash(struct hmap_key key);
bool vec2i_hmap_keycmp(struct hmap_key k1, struct hmap_key k2);

uint32_t vec3i_hmap_hash(struct hmap_key key);
bool vec3i_hmap_keycmp(struct hmap_key k1, struct hmap_key k2);

uint32_t ssizet_hmap_hash(struct hmap_key key);
bool ssizet_hmap_keycmp(struct hmap_key k1, struct hmap_key k2);