Fumofumotris/source/misc/hash.h

12 lines
199 B
C
Raw Normal View History

2024-04-10 20:05:56 +00:00
#pragma once
#include <iso646.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "fumotris.h"
typedef u32 hashtype;
hashtype Hash(void *item, size_t size);