7 lines
145 B
C
7 lines
145 B
C
// Copyright (C) 2007-2025 EQ2EMulator
|
|
// Licensed under GPL v3
|
|
|
|
#pragma once
|
|
|
|
unsigned long CRC16(const unsigned char *buf, int size, int key);
|