mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-12-15 11:41:35 -06:00
Initial commit
This commit is contained in:
29
vendor/D2Template/D2TemplatePacketDef.h
vendored
Normal file
29
vendor/D2Template/D2TemplatePacketDef.h
vendored
Normal 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
|
||||
Reference in New Issue
Block a user