15 lines
201 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);
#ifdef __cplusplus
}
#endif