Initial commit

This commit is contained in:
Hash Borgir
2024-04-16 21:45:38 -06:00
commit 3159020c38
533 changed files with 135446 additions and 0 deletions

29
vendor/D2Template/D2TemplatePacketDef.h vendored Normal file
View File

@@ -0,0 +1,29 @@
#pragma once
#ifndef _D2PACKETDEF_H
#define _D2PACKETDEF_H
#pragma pack(1)
struct D2GSPacketClt01;
struct D2GSPacketClt02;
struct D2GSPacketClt03;
struct D2GSPacketSrv01;
struct D2GSPacketSrv02;
struct D2GSPacketSrv03;
/****************************************************************************
* *
* DEFINITIONS *
* *
*****************************************************************************/
struct D2GSPacketClt01
{
//...
};
// end of file --------------------------------------------------------------
#pragma pack()
#endif