mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 01:31:30 +00:00
6 lines
100 B
C
6 lines
100 B
C
#pragma once
|
|
|
|
#include "common/types.h"
|
|
|
|
uint16 CRC16(const unsigned char *buf, int size, int key);
|