10 lines
292 B
C
10 lines
292 B
C
#pragma once
|
|
|
|
#include "skse64_common/Relocation.h"
|
|
|
|
typedef void(*_CalculateCRC32_64)(UInt32 * out, UInt64 data);
|
|
extern RelocAddr <_CalculateCRC32_64> CalculateCRC32_64;
|
|
|
|
typedef void(*_CalculateCRC32_32)(UInt32 * out, UInt32 data);
|
|
extern RelocAddr <_CalculateCRC32_32> CalculateCRC32_32;
|