mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 23:03:51 +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);
|