Fumofumotris/source/game/hash.h
Julia ca32c2ce76 oh
oh
2024-04-10 15:05:56 -05:00

12 lines
199 B
C

#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);