mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
EQStream abstraction layer
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace EQ
|
||||
{
|
||||
int Crc32(const void *data, int size);
|
||||
int Crc32(const void *data, int size, int key);
|
||||
}
|
||||
Reference in New Issue
Block a user