Fumofumotris/source/fumoengine/include/hash.h

13 lines
202 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>
2024-04-30 21:41:31 +00:00
#include "fumocommon.h"
2024-04-10 20:05:56 +00:00
typedef u32 hashtype;
hashtype Hash(void *item, size_t size);