enderalse/source/fs.dll/skse64/skse64/HashUtil.h

8 lines
128 B
C
Raw Normal View History

2021-10-06 00:45:46 +00:00
#pragma once
namespace HashUtil
{
// Calc CRC32 of null terminated string
UInt32 CRC32(const char* str, UInt32 start = 0);
}