1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-04-10 02:55:28 -07:00

12 lines
229 B
C++

#ifdef INTELLISENSE_DIRECTIVES
#pragma once
#include "containers.hpp"
#endif
#pragma region Hashing
GEN_API u32 crc32( void const* data, ssize len );
GEN_API u64 crc64( void const* data, ssize len );
#pragma endregion Hashing