2026-03-19 23:12:20 -05:00

16 lines
252 B
C

#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
uint32_t love2dworld_hash(const int32_t key);
uint32_t grandlecturn_hash(const int32_t key);
uint32_t midnightmeadow_hash(const int32_t key);
#ifdef __cplusplus
}
#endif