forked from TeamTofuShop/segatools
refactor all common parts and games
This commit is contained in:
6
common/util/crc.h
Normal file
6
common/util/crc.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t crc32(const void *src, size_t nbytes, uint32_t in);
|
Reference in New Issue
Block a user