Kohi Game Engine
crc64.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "defines.h"
4 
12 KAPI u64 crc64(u64 crc, const u8* data, u64 length);
KAPI u64 crc64(u64 crc, const u8 *data, u64 length)
This file contains global type definitions which are used throughout the entire engine and applicatio...
#define KAPI
Import/export qualifier.
Definition: defines.h:205
unsigned long long u64
Unsigned 64-bit integer.
Definition: defines.h:28
unsigned char u8
Unsigned 8-bit integer.
Definition: defines.h:19