12 lines
199 B
C
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);
|