ADd version checking function.

This commit is contained in:
2021-10-31 17:42:54 +00:00
parent ad75237374
commit 15ebcac129
2 changed files with 7 additions and 1 deletions

View File

@@ -152,4 +152,8 @@ AARU_EXPORT size_t AARU_CALL AARU_zstd_encode_buffer(void* dst_buffer,
size_t src_size,
int32_t compressionLevel);
#define AARU_CHECKUMS_NATIVE_VERSION 0x06000086
AARU_EXPORT uint64_t AARU_CALL AARU_get_acn_version();
#endif // AARU_COMPRESSION_NATIVE_LIBRARY_H