summaryrefslogtreecommitdiff
path: root/protocols/EmLanProto/src/packet.h
blob: b4fcd2dc2cfa6f05f84596535fc553bf12b5aca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//////////////////////////////////////////////////////////////////////////
// Packets parsing for the E-mage lan protocol

#ifndef __packet_h__
#define __packet_h__

class CPacket
{
public:
	CPacket();
	~CPacket();
};

#endif //__packet_h__