mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
9 lines
140 B
C++
9 lines
140 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
namespace EQ
|
|
{
|
|
int Crc32(const void *data, int size);
|
|
int Crc32(const void *data, int size, int key);
|
|
} |